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