Skip to content

Commit 97a34f0

Browse files
authored
Merge pull request #270 from Yoast/feature/ghactions-update-markdown-settings
GH Actions/markdown: "fail_on_error" is deprecated
2 parents f7310a0 + fd8b880 commit 97a34f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)