Merge pull request #954 from mokibit/fix-codespelling-update

github/workflows: Fix automatic codespelling update
This commit is contained in:
Povilas Kanapickas 2024-05-28 23:40:59 +03:00 committed by GitHub
commit 04b107805a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

1
.codespellignore Normal file
View File

@ -0,0 +1 @@
assertIn

View File

@ -18,3 +18,5 @@ jobs:
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: .codespellignore