Skip to content

Commit 5b341c4

Browse files
committed
Add exception to spell check
1 parent 5ad9eca commit 5b341c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/spell-check.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Spell check
25-
uses: codespell-project/actions-codespell@v2
25+
uses: codespell-project/actions-codespell@v2
26+
with:
27+
ignore_words_list: HSI

0 commit comments

Comments
 (0)