We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad9eca commit 5b341c4Copy full SHA for 5b341c4
.github/workflows/spell-check.yml
@@ -22,4 +22,6 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Spell check
25
- uses: codespell-project/actions-codespell@v2
+ uses: codespell-project/actions-codespell@v2
26
+ with:
27
+ ignore_words_list: HSI
0 commit comments