Skip to content

Commit 96e253c

Browse files
committed
Merge branch '2.x' into 3.x
2 parents 19dfb0b + 5d1c29e commit 96e253c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# @link https://github.com/marketplace/actions/markdownlint-cli2-action
3636
- name: Check markdown with CLI2
37-
uses: DavidAnson/markdownlint-cli2-action@v20
37+
uses: DavidAnson/markdownlint-cli2-action@v21
3838

3939
remark:
4040
name: 'QA Markdown'
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ failure() && github.event_name == 'pull_request' }}
9696
uses: reviewdog/action-remark-lint@v5
9797
with:
98-
fail_on_error: true
98+
fail_level: warning
9999
install_deps: false
100100
level: info
101101
reporter: github-pr-check

0 commit comments

Comments
 (0)