diff --git a/.codespelligonore b/.codespelligonore deleted file mode 100644 index e69de29bb..000000000 diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml deleted file mode 100644 index acd546547..000000000 --- a/.github/workflows/codespell.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: codespell - -on: pull_request - -jobs: - codespell: - name: Check for spelling errors - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - ignore_words_file: .codespellignore - only_warn: 1 - path: docs \ No newline at end of file