mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
Update ci.yml
This commit is contained in:
parent
d2853b9764
commit
b18ddd9e66
1 changed files with 2 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -30,7 +30,5 @@ jobs:
|
||||||
- name: Install test dependencies.
|
- name: Install test dependencies.
|
||||||
run: pip3 install yamllint ansible-lint
|
run: pip3 install yamllint ansible-lint
|
||||||
|
|
||||||
- name: Lint code.
|
- name: Ansible lint.
|
||||||
run: |
|
run: ansible-lint ./nas.yml -x 106,208
|
||||||
yamllint .
|
|
||||||
ansible-lint ./nas.yml -x 106,208
|
|
||||||
|
|
Loading…
Reference in a new issue