aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r--.github/workflows/codespell.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
deleted file mode 100644
index f59a8f90..00000000
--- a/.github/workflows/codespell.yml
+++ /dev/null
@@ -1,23 +0,0 @@
----
-name: Codespell
-
-on:
- push:
- branches: [master]
- pull_request:
- branches: [master]
-
-concurrency:
- group: codespell-${{ github.ref }}
- cancel-in-progress: true
-
-jobs:
- codespell:
- name: Check for spelling errors
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout
- uses: actions/checkout@v4
- - name: Codespell
- uses: codespell-project/actions-codespell@v2