Skip to content

Commit

Permalink
Replace codespell with typos (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d authored Apr 13, 2024
1 parent e711db4 commit d564707
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions .codespellignore

This file was deleted.

7 changes: 1 addition & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,5 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip3 install codespell
- uses: codespell-project/codespell-problem-matcher@v1
- name: check for typos
run: codespell --ignore-words=.codespellignore src/ tests/ docs/ README.md
uses: crate-ci/typos@v1.20.8

0 comments on commit d564707

Please sign in to comment.