We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49165ec commit 4194514Copy full SHA for 4194514
1 file changed
.github/workflows/test.yml
@@ -16,8 +16,7 @@ jobs:
16
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
17
with:
18
check_filenames: true
19
- skip: '.git'
20
- exclude_file: 'docs/downloads/*'
+ skip: '.git,docs/downloads/EESSI_tutorial_slides_ISC2026.pdf'
21
ignore_words_list:
22
23
- name: install Zensical
0 commit comments