Skip to content

Commit 6f3a96b

Browse files
committed
CI: skip spell checking src_classic
Assuming its not long for this mortal world (?). Also check locales for now.
1 parent 5fefa53 commit 6f3a96b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_quick.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ jobs:
5050
exclude_file: .codespell-ignorelines
5151
check_filenames: true
5252
check_hidden: true
53-
skip: "*.pdf"
53+
skip: "*.pdf,src_classic,locales"
54+
# if we don't fix everything we can set this
55+
# only_warn: 1

0 commit comments

Comments
 (0)