Skip to content

Commit d084850

Browse files
committed
Replace aspell check with typos
This works on all files instead of just the Markdown files, and already found many issues aspell missed.
1 parent 54a6350 commit d084850

File tree

3 files changed

+1
-190
lines changed

3 files changed

+1
-190
lines changed

.github/workflows/main-checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Check spelling
21-
run: |
22-
sudo apt-get install aspell
23-
ci/spellcheck.sh list
21+
uses: crate-ci/typos@v1.39.2
2422

2523
doc_tests:
2624
name: Documentation Tests

ci/dictionary.txt

Lines changed: 0 additions & 86 deletions
This file was deleted.

ci/spellcheck.sh

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)