.github/workflows/ci: disable codespell
This check is failing on the spelling of the valid function `assertIn` of the unittest library.
This commit is contained in:
parent
423b5037b7
commit
c7f1895ecf
1 changed files with 0 additions and 9 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -52,12 +52,3 @@ jobs:
|
||||||
uses: ludeeus/action-shellcheck@2.0.0
|
uses: ludeeus/action-shellcheck@2.0.0
|
||||||
with:
|
with:
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
||||||
codespell:
|
|
||||||
name: "Spell check"
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: codespell-project/actions-codespell@master
|
|
||||||
with:
|
|
||||||
skip: ./.git,build,LICENSE
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue