Skip to content

feat(nvim): add more luasnips and mod some options #29

feat(nvim): add more luasnips and mod some options

feat(nvim): add more luasnips and mod some options #29

Workflow file for this run

---
name: ansible-lint
on:
push:
workflow_dispatch:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
# optional
with:
args: ""
setup_python: "true"
working_directory: ""
requirements_file: ""