From f6596144924a17d9c9ea7c8d7d3e77ca6d4e3a85 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Thu, 29 May 2025 13:41:52 -0500 Subject: [PATCH] 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 --- .github/workflows/vale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index ef4678739..62108b033 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -27,6 +27,8 @@ jobs: id: changed-files uses: tj-actions/changed-files@v46 with: + json: true + escape_json: false files: | **.rst **.md