Skip to content

Commit 2c5d00d

Browse files
committed
github/workflows: Add codespellignore file to address false positives
Signed-off-by: Monika Kairaityte <[email protected]>
1 parent cac90f6 commit 2c5d00d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.codespellignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
assertIn

.github/workflows/codespell.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
uses: actions/checkout@v4
1919
- name: Codespell
2020
uses: codespell-project/actions-codespell@v2
21+
with:
22+
ignore_words_file: .codespellignore

0 commit comments

Comments
 (0)