Skip to content

Commit 49165ec

Browse files
committed
Skip spellchecking downloads folder
1 parent e4357ab commit 49165ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
1717
with:
1818
check_filenames: true
19-
skip: '.git,docs/downloads'
19+
skip: '.git'
20+
exclude_file: 'docs/downloads/*'
2021
ignore_words_list:
2122

2223
- name: install Zensical

0 commit comments

Comments
 (0)