Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Commit 83a7d78

Browse files
committed
ci(python): Run codespell
1 parent 176e98b commit 83a7d78

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
run: |
4545
source .venv/bin/activate
4646
python -m unittest
47+
- name: Run codespell
48+
run: |
49+
source .venv/bin/activate
50+
codespell src tests
4751
- name: Build package
4852
if: ${{ always() }}
4953
id: build

0 commit comments

Comments
 (0)