chore: remove codespell CI workflow and config, keep typo fixes only

Made-with: Cursor
This commit is contained in:
Xubin Ren
2026-04-05 19:59:49 +00:00
parent 70bdf4a9f5
commit 861072519a
2 changed files with 0 additions and 30 deletions
-23
View File
@@ -1,23 +0,0 @@
# Codespell configuration is within pyproject.toml
---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
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