Skip to content

Commit 6a0f704

Browse files
authored
Update Vale action configuration for markdown files
1 parent 8ab91de commit 6a0f704

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/vale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- uses: vale-cli/vale-action@v3
1717
id: vale
1818
with:
19-
files: '["src/**/*.md", "snippets/**/*.md"]'
19+
files: |
20+
src
21+
snippets
2022
reporter: github-check
2123
fail_on_error: true
2224

0 commit comments

Comments
 (0)