From 5130fd455511ed837e110a55c91cc17a5cbf8809 Mon Sep 17 00:00:00 2001 From: Terence Lee Date: Thu, 22 Jan 2026 11:32:56 -0600 Subject: [PATCH] set errata-ai/vale separator Signed-off-by: Terence Lee --- .github/workflows/vale-lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vale-lint.yml b/.github/workflows/vale-lint.yml index 92ce7e53f..4a0f100ba 100644 --- a/.github/workflows/vale-lint.yml +++ b/.github/workflows/vale-lint.yml @@ -15,10 +15,12 @@ jobs: uses: tj-actions/changed-files@v41 with: files: content/**/*.md # Only check markdown files in the content directory + separator: "," - uses: errata-ai/vale-action@v2.1.1 if: steps.changed-files.outputs.any_changed == 'true' with: fail_on_error: true token: ${{secrets.GITHUB_TOKEN}} - files: ${{ steps.changed-files.outputs.all_changed_files }} \ No newline at end of file + files: ${{ steps.changed-files.outputs.all_changed_files }} + separator: ","