From 5e15dba4d3f1f8f1388aa43a43632bead2b916e9 Mon Sep 17 00:00:00 2001 From: Sarah GLINER Date: Fri, 1 Dec 2023 17:50:55 +0100 Subject: [PATCH] fast-checks: exclude input.json from spellcheck --- .github/workflows/fast-checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fast-checks.yml b/.github/workflows/fast-checks.yml index 99183cd..043a880 100644 --- a/.github/workflows/fast-checks.yml +++ b/.github/workflows/fast-checks.yml @@ -42,7 +42,8 @@ jobs: - name: Clone uses: actions/checkout@v3 - name: Check misspellings - uses: codespell-project/actions-codespell@v1 + uses: codespell-project/actions-codespell@v2 with: builtin: clear,rare check_filenames: true + exclude_file: input_files/input.json