github/workflows: Add codespellignore file to address false positives

Signed-off-by: Monika Kairaityte <monika@kibit.lt>
This commit is contained in:
Monika Kairaityte 2024-05-28 12:25:13 +03:00
parent cac90f69b8
commit 2c5d00d3e7
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