From c7f1895ecf9181f7a3e9eb466c83b35eb099a471 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Mon, 21 Oct 2024 13:26:13 +0200 Subject: [PATCH] .github/workflows/ci: disable codespell This check is failing on the spelling of the valid function `assertIn` of the unittest library. --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7257e28..1047197 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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