From 31bea5ae823844bb84b2d002d084b520638b8f91 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 12 Feb 2025 15:44:13 +0100 Subject: [PATCH] ci: Ignore static content from spell check Signed-off-by: Joas Schilling --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 0a22d1444..afe308a87 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -19,4 +19,4 @@ jobs: - name: Check spelling uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1 with: - skip: '**.svg' + skip: '**.svg, **.js'