Skip to content

Commit

Permalink
chore(ci/cd): Don't lint role dependencies installed from galaxy sinc…
Browse files Browse the repository at this point in the history
…e we have ability to fix linting errors in these roles
  • Loading branch information
jhampson-dbre committed Feb 1, 2021
1 parent e59e1ff commit 648f0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Lint with ansible-lint
run: |
# Check Ansible formatting rules
ansible-lint ./tests/sanity.yml
ansible-lint ./tests/sanity.yml --exclude ~/.ansible/roles
- name: Check for syntax errors
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Lint with ansible-lint
run: |
# Check Ansible formatting rules
ansible-lint ./tests/sanity.yml
ansible-lint ./tests/sanity.yml --exclude ~/.ansible/roles
- name: Check for syntax errors
run: |
Expand Down

0 comments on commit 648f0c6

Please sign in to comment.