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 e3d5bcb commit 9060484Copy full SHA for 9060484
.github/workflows/lint-with-vale.yml
@@ -1,5 +1,5 @@
1
---
2
-name: Linting with Vale on pull request
+name: Linting with Vale
3
on: [pull_request]
4
5
jobs:
.github/workflows/vale-on-pull.yml
@@ -1,4 +1,4 @@
+name: PR Linting with Vale
@@ -12,7 +12,7 @@ jobs:
12
- uses: errata-ai/vale-action@reviewdog
13
with:
14
filter_mode: diff_context
15
- vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
+ vale_flags: "--no-exit --minAlertLevel=suggestion --glob=*.adoc"
16
reporter: github-pr-review
17
fail_on_error: true
18
env:
0 commit comments