Skip to content

Commit 4194514

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

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

2322
- name: install Zensical

0 commit comments

Comments
 (0)