fixed yml typo

This commit is contained in:
Alishahryar1 2026-02-14 23:02:19 -08:00
parent 0d292cd578
commit 8fb5ee698b

View file

@ -33,7 +33,7 @@ jobs:
- name: Type check
run: uv run ty check
- name: Fail on type: ignore (no suppressions allowed)
- 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
echo "::error::type: ignore / ty: ignore comments are not allowed. Fix the underlying type errors instead."