mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 03:38:41 +00:00
Update ci.yml
This commit is contained in:
parent
f230e53aea
commit
d2853b9764
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -21,8 +21,6 @@ jobs:
|
|||
steps:
|
||||
- name: Check out the codebase.
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: 'geerlingguy.samba'
|
||||
|
||||
- name: Set up Python 3.
|
||||
uses: actions/setup-python@v2
|
||||
|
@ -35,4 +33,4 @@ jobs:
|
|||
- name: Lint code.
|
||||
run: |
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-lint ./nas.yml -x 106,208
|
||||
|
|
Loading…
Reference in a new issue