.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:
Sanne Raymaekers 2024-10-21 13:26:13 +02:00 committed by Simon de Vlieger
parent 423b5037b7
commit c7f1895ecf

View file

@ -52,12 +52,3 @@ jobs:
uses: ludeeus/action-shellcheck@2.0.0
with:
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