From 4ca519e33f43d971152890737a409100f085163b Mon Sep 17 00:00:00 2001 From: anjakefala Date: Wed, 4 Oct 2023 20:41:04 -0700 Subject: [PATCH] [codespell] was identifying annoying examples that we did not want to change e.g. `F`requency --- .github/workflows/codespell.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/codespell.yml diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml deleted file mode 100644 index b281266bb..000000000 --- a/.github/workflows/codespell.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Codespell - -on: - push: - branches: [develop] - pull_request: - branches: [develop] - -permissions: - contents: read - -jobs: - codespell: - name: Check for spelling errors - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Codespell - uses: codespell-project/actions-codespell@v2