Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens authored Feb 10, 2021
1 parent f230e53 commit d2853b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,4 +33,4 @@ jobs:
- name: Lint code.
run: |
yamllint .
ansible-lint
ansible-lint ./nas.yml -x 106,208

0 comments on commit d2853b9

Please sign in to comment.