Skip to content

Commit

Permalink
refactor(ci): --syntax-check only
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrennand committed Dec 20, 2023
1 parent 7dc8561 commit af84ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
run: |
ansible-lint --version
find . -iname requirements.yml -exec ansible-galaxy install -r {} \;
ansible-lint
ansible-lint --syntax-check

0 comments on commit af84ee6

Please sign in to comment.