ci: Ignore static content from spell check

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2025-02-12 15:44:13 +01:00
parent 3d623611d2
commit 31bea5ae82

View File

@ -19,4 +19,4 @@ jobs:
- name: Check spelling
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
with:
skip: '**.svg'
skip: '**.svg, **.js'