diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6b391bacf..19f678447 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: |