We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e4acf commit 6a0942dCopy full SHA for 6a0942d
.github/workflows/lint-ansible.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run ansible-lint
23
uses: reviewdog/action-ansiblelint@v1
24
with:
25
- fail_on_error: false
+ fail_level: none
26
filter_mode: diff_context
27
level: info
28
reporter: ${{ env.REVIEWDOG_REPORTER }}
0 commit comments