Skip to content

Commit 0cb3aa9

Browse files
authored
Use new inputs of the value action that were introduced in v3. Improves readability of the workflow. (#930)
1 parent e45c545 commit 0cb3aa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: vale-cli/vale-action@v3
2525
with:
2626
files: '["patterns/2-structured/", "patterns/3-validated/"]'
27-
vale_flags: "--glob=*.md"
27+
glob: '*.md'
2828
filter_mode: added
2929
debug: true

0 commit comments

Comments
 (0)