We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19dfb0b + 5d1c29e commit 96e253cCopy full SHA for 96e253c
.github/workflows/markdown.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# @link https://github.com/marketplace/actions/markdownlint-cli2-action
36
- name: Check markdown with CLI2
37
- uses: DavidAnson/markdownlint-cli2-action@v20
+ uses: DavidAnson/markdownlint-cli2-action@v21
38
39
remark:
40
name: 'QA Markdown'
@@ -95,7 +95,7 @@ jobs:
95
if: ${{ failure() && github.event_name == 'pull_request' }}
96
uses: reviewdog/action-remark-lint@v5
97
with:
98
- fail_on_error: true
+ fail_level: warning
99
install_deps: false
100
level: info
101
reporter: github-pr-check
0 commit comments