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.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
deleted file mode 100644
index 31c713c5..00000000
--- a/.github/workflows/codespell.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-name: codespell
-on: [pull_request]
-jobs:
- codespell:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - name: Install codespell
- run: pip install codespell
- - name: Use codespell
- run: codespell --quiet-level=2 --check-hidden --skip=./doc/configs.md,./doc/configs.txt --ignore-words=.codespellignorewords