Skip to content

Commit 4e6ef8f

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 <rs@ti.com>
1 parent 4ea9a73 commit 4e6ef8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
id: changed-files
2828
uses: tj-actions/changed-files@v46
2929
with:
30+
json: true
3031
files: |
3132
**.rst
3233
**.md

0 commit comments

Comments
 (0)