Skip to content

Commit e19b691

Browse files
authored
Add missing pdm run for Mypy CI job
1 parent 61b6c54 commit e19b691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pdm run ruff format . --check
4444

4545
- name: Run mypy
46-
run: pdm mypy --show-error-codes
46+
run: pdm run mypy --show-error-codes
4747

4848
- name: Lint
4949
run: pdm run ruff check .

0 commit comments

Comments
 (0)