Skip to content

Commit f107351

Browse files
committed
Make spell check ignore list lower case
1 parent 521cf57 commit f107351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/spell-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Spell check
2525
uses: codespell-project/actions-codespell@v2
2626
with:
27-
ignore_words_list: HSI
27+
ignore_words_list: hsi

0 commit comments

Comments
 (0)