mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 02:05:05 +00:00
Update ansible-lint
This commit is contained in:
parent
14b386ed14
commit
fd4f56f933
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
python-version: "3.x"
|
||||
|
||||
- name: Install test dependencies
|
||||
run: pip3 install ansible yamllint==1.27.1 ansible-lint==6.5
|
||||
run: pip3 install ansible yamllint==1.27.1 ansible-lint==6.14.6
|
||||
|
||||
- name: Ansible-lint
|
||||
run: ansible-lint nas.yml
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
repos:
|
||||
- repo: https://github.com/ansible-community/ansible-lint.git
|
||||
rev: v6.5.0
|
||||
rev: v6.14.6
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
|
|
Loading…
Reference in a new issue