ci: spell check source via codespell

Integrate the codespell github action to spell check the source
code in CI.
This commit is contained in:
Christian Kellner 2020-10-05 16:09:55 +02:00
parent a37fe00b05
commit c2107b4798

View file

@ -39,3 +39,12 @@ jobs:
uses: ludeeus/action-shellcheck@0.5.0
with:
severity: warning
codespell:
name: "Spell check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
skip: ./.git,build