Skip to content

Commit 051008b

Browse files
committed
Bring workflow into compliance with the JSON schema
1 parent 5d37094 commit 051008b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: codespell-project/actions-codespell@master
2626
with:
2727
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
28-
ignore_words_list:
28+
ignore_words_list: ""
2929
builtin: clear,informal,en-GB_to_en-US
3030
check_filenames: true
3131
check_hidden: true

0 commit comments

Comments
 (0)