Skip to content

Commit 2a86462

Browse files
committed
Replace codespell with typos
1 parent e711db4 commit 2a86462

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.codespellignore

-3
This file was deleted.

.github/workflows/CI.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,5 @@ jobs:
4444
runs-on: ubuntu-22.04
4545
steps:
4646
- uses: actions/checkout@v4
47-
- uses: actions/setup-python@v5
48-
with:
49-
python-version: "3.12"
50-
- run: pip3 install codespell
51-
- uses: codespell-project/codespell-problem-matcher@v1
5247
- name: check for typos
53-
run: codespell --ignore-words=.codespellignore src/ tests/ docs/ README.md
48+
uses: crate-ci/typos@v1.20.8

0 commit comments

Comments
 (0)