We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c4038 commit ef5b044Copy full SHA for ef5b044
.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