Skip to content

Commit c7e1071

Browse files
authored
Merge pull request #461 from aireilly/continue-on-error-true
Adding continue-on-error: true to Vale action
2 parents b1dc7f8 + 36271a0 commit c7e1071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vale-on-pull.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: errata-ai/vale-action@reviewdog
15+
continue-on-error: true
1516
with:
1617
filter_mode: added
17-
vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
18+
vale_flags: "--no-exit --minAlertLevel=error"
1819
reporter: github-pr-review
1920
fail_on_error: false
2021
env:

0 commit comments

Comments
 (0)