Skip to content

Commit 9ba342c

Browse files
authored
Merge pull request #904 from AmazingAng/copilot/fix-codespell-job-failure
Fix codespell CI false positives on PDF artifacts
2 parents cea60ef + 44d9318 commit 9ba342c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
check_filenames: true
1818
ignore_words_file: .codespellignore
19-
skip: "./.git,package-lock.json,./Languages/es,./Languages/pt-br"
19+
skip: "./.git,package-lock.json,./Languages/es,./Languages/pt-br,*.pdf"

0 commit comments

Comments
 (0)