Skip to content

Commit 3c33e7b

Browse files
committed
More
1 parent 574f912 commit 3c33e7b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.codespell/exclude

Whitespace-only changes.

.codespell/lines.exclude

Whitespace-only changes.

.github/workflows/spellcheck.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- uses: codespell-project/actions-codespell@master
1919
with:
2020
builtin: clear,en-GB_to_en-US
21-
exclude_file: .codespell.exclude
22-
ignore_words_file: .codespell.words.exclude
21+
exclude_file: .codespell/exclude
22+
ignore_words_file: .codespell/lines.exclude

0 commit comments

Comments
 (0)