mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-21 23:43:24 +01:00
github/workflows: Add codespellignore file to address false positives
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
This commit is contained in:
parent
cac90f69b8
commit
2c5d00d3e7
1
.codespellignore
Normal file
1
.codespellignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
assertIn
|
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -18,3 +18,5 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Codespell
|
- name: Codespell
|
||||||
uses: codespell-project/actions-codespell@v2
|
uses: codespell-project/actions-codespell@v2
|
||||||
|
with:
|
||||||
|
ignore_words_file: .codespellignore
|
||||||
|
Loading…
Reference in New Issue
Block a user