Reordered workflow

This commit is contained in:
Alishahryar1 2026-02-15 02:03:07 -08:00
parent 7dfcad2a4c
commit 8ed1658e4e

View file

@ -24,9 +24,6 @@ jobs:
enable-cache: true
cache-python: true
- name: Run tests
run: uv run pytest -v --tb=short
- name: "Fail on type: ignore (no suppressions allowed)"
run: |
if grep -rE '# type: ignore|# ty: ignore' --include='*.py' . --exclude-dir=.venv --exclude-dir=.git; then
@ -37,6 +34,9 @@ jobs:
- name: Type check
run: uv run ty check
- name: Run tests
run: uv run pytest -v --tb=short
- name: Commit and push changes
run: |