There was an error while loading. Please reload this page.
1 parent 1b0efa1 commit a1950cdCopy full SHA for a1950cd
.github/workflows/test.yaml
@@ -30,9 +30,13 @@ jobs:
30
python -m pip install . ruff typos coverage codecov mypy pytest readme_renderer types-contextvars asyncssh
31
pip list
32
- name: Ruff
33
+ if: ${{ matrix.python-version == '3.13' }}
34
run: |
35
ruff check .
36
ruff format --check .
37
+ - name: Typos
38
+ if: ${{ matrix.python-version == '3.13'" && always() }}
39
+ run: |
40
typos .
41
- name: Tests
42
0 commit comments