Skip to content

Commit

Permalink
Run ruff and codespell on generated extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Feb 9, 2025
1 parent 833edc1 commit 03e0525
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ jobs:
python -m pip install -U ".[test]"
pytest
- name: Run ruff on generated extension
run: |
cd ./out/ndx-my-namespace
ruff check .
- name: Run codespell on generated extension
run: |
cd ./out/ndx-my-namespace
codespell .
- name: Build documentation from generated extension
run: |
set -e
Expand Down

0 comments on commit 03e0525

Please sign in to comment.