Skip to content

Commit 41d1d46

Browse files
committed
Fixes
1 parent 3c33e7b commit 41d1d46

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.codespell/exclude

Whitespace-only changes.

.codespell/lines.exclude

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"Hav uov ud vgi xuz!" # Get out of the way!
2+
ship "Nathar" "Rin"
3+
` "Thank you for bringing Rin, Min, Lin, Nin, and Iin back to Andwerfen. Really quite kind of you."`

.github/workflows/spellcheck.yml

+1-1
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
2221
ignore_words_file: .codespell/lines.exclude
22+
skip: copyright

0 commit comments

Comments
 (0)