ci: add incremental strict type gate

This commit is contained in:
jxxghp
2026-08-21 22:21:23 +08:00
parent 43cccb8ff8
commit 59fa3c0e74
6 changed files with 136 additions and 8 deletions
+3
View File
@@ -50,6 +50,9 @@ jobs:
uv run --locked --no-sync python \
scripts/architecture/baseline.py --check-host
- name: Check governed Python types
run: uv run --locked --no-sync mypy --config-file mypy.ini
pytest:
runs-on: ubuntu-latest
name: Unit Tests (${{ matrix.shard }})