Skip to content

Commit 64222a8

Browse files
committed
Add vale_flags to Vale action for error level configuration
1 parent 37d101d commit 64222a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
with:
2222
files: "docs/"
2323
fail_on_error: false
24+
vale_flags: "--minAlertLevel=error"
2425
env:
2526
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)