We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81e902 commit f610346Copy full SHA for f610346
.github/workflows/lint-yaml.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run yamllint
38
uses: reviewdog/action-yamllint@v1
39
with:
40
- fail_on_error: false
+ fail_level: none
41
filter_mode: diff_context
42
level: error
43
yamllint_flags: ${{ steps.file-changes.outputs.changed-files }}
0 commit comments