We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb233d3 commit ef0a54fCopy full SHA for ef0a54f
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
20
with:
21
check_filenames: true
22
- skip: '*.pdf,.git,*.json'
+ skip: '*.pdf,.git,*.json,*.js,*.css'
23
ignore_words_list:
24
25
- name: install mkdocs + plugins
0 commit comments