Merge pull request #954 from mokibit/fix-codespelling-update
github/workflows: Fix automatic codespelling update
This commit is contained in:
commit
04b107805a
|
|
@ -0,0 +1 @@
|
|||
assertIn
|
||||
|
|
@ -18,3 +18,5 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Codespell
|
||||
uses: codespell-project/actions-codespell@v2
|
||||
with:
|
||||
ignore_words_file: .codespellignore
|
||||
|
|
|
|||
Loading…
Reference in New Issue