Skip to content

Commit 36271a0

Browse files
committed
Adding continue-on-error: true
1 parent b1dc7f8 commit 36271a0

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)