Skip to content

fix(neovim): register neovim current version and if update #136

fix(neovim): register neovim current version and if update

fix(neovim): register neovim current version and if update #136

Workflow file for this run

---
name: Ansible CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ansible-lint
run: pip install ansible-lint
- name: Install Galaxy Modules
run: ansible-galaxy install -r requirements/*.yml
- name: Linting with ansible-lint
run: ansible-lint */**.yml roles/*/**