fix: correct CI workflow paths for depcheck project
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled

This commit is contained in:
2026-02-04 15:14:43 +00:00
parent 935b5e5039
commit b24b3f44fd

View File

@@ -47,7 +47,7 @@ jobs:
with:
python-version: '3.11'
- name: Install type checker and stubs
- name: Install type checker
run: pip install mypy>=1.0.0 types-toml
- name: Run mypy type checker