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 952a0f4 commit 6b60f86Copy full SHA for 6b60f86
.github/workflows/vale-on-pull.yml
@@ -10,7 +10,8 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: errata-ai/vale-action@reviewdog
12
with:
13
- filter_mode: added
+ version: 2.30.0
14
+ filter_mode: diff_context
15
vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
16
reporter: github-pr-review
17
fail_on_error: false
0 commit comments