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'