mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-25 02:53:11 +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.
|
||||
run: pip3 install yamllint ansible-lint
|
||||
|
||||
- name: Lint code.
|
||||
run: |
|
||||
yamllint .
|
||||
ansible-lint ./nas.yml -x 106,208
|
||||
- name: Ansible lint.
|
||||
run: ansible-lint ./nas.yml -x 106,208
|
||||
|
|
Loading…
Reference in a new issue