ci: spell check source via codespell
Integrate the codespell github action to spell check the source code in CI.
This commit is contained in:
parent
a37fe00b05
commit
c2107b4798
1 changed files with 9 additions and 0 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue