Skip to content

Commit ef0a54f

Browse files
committed
do not spell check js/css
1 parent cb233d3 commit ef0a54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
2020
with:
2121
check_filenames: true
22-
skip: '*.pdf,.git,*.json'
22+
skip: '*.pdf,.git,*.json,*.js,*.css'
2323
ignore_words_list:
2424

2525
- name: install mkdocs + plugins

0 commit comments

Comments
 (0)