Skip to content

Commit f092ebf

Browse files
authored
Add ignore words file to spell-check workflow
1 parent 181b822 commit f092ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/spell-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ jobs:
1010
- uses: codespell-project/actions-codespell@v2
1111
with:
1212
path: content/
13+
ignore_words_file: .codespell-ignore

0 commit comments

Comments
 (0)