1
0
Fork 0
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:
Emmanouil Papadeas 2023-02-02 03:35:09 +02:00 committed by GitHub
parent 8a38eef30d
commit be0f0dffc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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