Skip to content

Commit 57baa94

Browse files
committed
chore: standardize Vale workflow configuration by using consistent quote style for flags
1 parent 15fdf88 commit 57baa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
reporter: github-pr-check
2525
fail_on_error: false
2626
filter_mode: added
27-
vale_flags: "--minAlertLevel=suggestion"
27+
vale_flags: '--minAlertLevel=suggestion'

0 commit comments

Comments
 (0)