Skip to content

Commit 6a0942d

Browse files
Updated .github/workflows/lint-ansible.yml NO_JIRA
1 parent 78e4acf commit 6a0942d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-ansible.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run ansible-lint
2323
uses: reviewdog/action-ansiblelint@v1
2424
with:
25-
fail_on_error: false
25+
fail_level: none
2626
filter_mode: diff_context
2727
level: info
2828
reporter: ${{ env.REVIEWDOG_REPORTER }}

0 commit comments

Comments
 (0)