mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
CI: Add official codespell action with PR annotations
This commit is contained in:
parent
8a38eef30d
commit
be0f0dffc0
9
.github/workflows/static-checks.yml
vendored
9
.github/workflows/static-checks.yml
vendored
|
@ -22,3 +22,12 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pip3 install gdtoolkit
|
- run: pip3 install gdtoolkit
|
||||||
- run: gdlint .
|
- run: gdlint .
|
||||||
|
codespell:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: codespell-project/actions-codespell@v1
|
||||||
|
with:
|
||||||
|
skip: ./addons,*.po
|
||||||
|
check_hidden: false
|
||||||
|
ignore_words_list: cello,doubleclick
|
||||||
|
only_warn: true
|
||||||
|
|
Loading…
Reference in a new issue