Skip to content

Commit

Permalink
Try to run ruff and typo only on 3.13 (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored Jan 17, 2025
1 parent 1b0efa1 commit a1950cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ jobs:
python -m pip install . ruff typos coverage codecov mypy pytest readme_renderer types-contextvars asyncssh
pip list
- name: Ruff
if: ${{ matrix.python-version == '3.13' }}
run: |
ruff check .
ruff format --check .
- name: Typos
if: ${{ matrix.python-version == '3.13'" && always() }}
run: |
typos .
- name: Tests
run: |
Expand Down

0 comments on commit a1950cd

Please sign in to comment.