Skip to content

Commit 349cc3b

Browse files
committed
add config flag
1 parent 693055c commit 349cc3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vale.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
files: ${{ steps.changed-files.outputs.all_changed_files }}
3131
separator: ','
3232
fail_on_error: true
33-
vale_flags: '--minAlertLevel=error'
33+
vale_flags: '--minAlertLevel=error --config=.vale.ini'
3434
reporter: github-pr-annotations
35+

0 commit comments

Comments
 (0)