mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-28 22:28:33 +02:00
Merge pull request #954 from mokibit/fix-codespelling-update
github/workflows: Fix automatic codespelling update
This commit is contained in:
commit
04b107805a
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
|
||||
- name: Codespell
|
||||
uses: codespell-project/actions-codespell@v2
|
||||
with:
|
||||
ignore_words_file: .codespellignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user