Skip to content

Commit f659614

Browse files
committed
ci(vale): use json formatted file list
Request a JSON formatted file list to prevent any issues with file name conventions. This also fixes the current issue with the multiple file changes resulting in needlessly parsing all files in the repository. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 4ea9a73 commit f659614

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
id: changed-files
2828
uses: tj-actions/changed-files@v46
2929
with:
30+
json: true
31+
escape_json: false
3032
files: |
3133
**.rst
3234
**.md

0 commit comments

Comments
 (0)