Skip to content

Commit

Permalink
feat(ci): add codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Oct 16, 2024
1 parent a176f3b commit 3a0a6d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
run: |
black --check src tests
ruff .
- name: Annotate locations with typos
uses: codespell-project/codespell-problem-matcher@v1
- name: Codespell
uses: codespell-project/actions-codespell@v2
# Run tests
- name: Test
run: |
pytest

0 comments on commit 3a0a6d4

Please sign in to comment.