Update ci.yml

This commit is contained in:
David Stephens 2021-02-10 17:04:42 +00:00 committed by GitHub
parent f230e53aea
commit d2853b9764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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