We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45713d4 commit cd5142bCopy full SHA for cd5142b
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
35
ruff check .
36
ruff format --check .
37
- name: Typos
38
- if: ${{ matrix.python-version == '3.13'" && always() }}
+ if: ${{ matrix.python-version == '3.13'" }}
39
run: |
40
typos .
41
- name: Tests
0 commit comments