diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7e15c241..894dbe3e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,3 +94,13 @@ jobs: run: | make --always-make test-data git diff --exit-code -- ./test/data + + codespell: + name: "Spell check" + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: codespell-project/actions-codespell@master + with: + ignore_words_list: msdos + skip: ./.git,coverity,rpmbuild,samples