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.
1 parent b361cfc commit f8c4ec0Copy full SHA for f8c4ec0
.github/workflows/reviewdog-markdownlint.yml
@@ -23,8 +23,12 @@ jobs:
23
fetch-depth: 0
24
25
- name: Run markdownlint with reviewdog
26
- uses: reviewdog/action-markdownlint@v0
+ uses: reviewdog/action-markdownlint@v0.26.2
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
reporter: github-pr-review
30
markdownlint_flags: '--config .markdownlint.yml **/*.md'
31
+ level: error
32
+ filter_mode: diff
33
+ fail_level: none
34
+ reviewdog_flags: '-diff="git diff HEAD^..HEAD"'
0 commit comments