diff --git a/.github/workflows/static-checks.yml b/.github/workflows/static-checks.yml index 3d49d19e9..171b42cc8 100644 --- a/.github/workflows/static-checks.yml +++ b/.github/workflows/static-checks.yml @@ -22,3 +22,12 @@ jobs: - uses: actions/checkout@v2 - run: pip3 install gdtoolkit - 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