Skip to content

Commit 7f8177b

Browse files
committed
fix: ci
1 parent cbaded2 commit 7f8177b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Type Check with Mypy
3030
run: |
31-
uv run mypy pcode_taint
31+
uv run mypy .
3232
3333
- name: Test with pytest
3434
run: |

0 commit comments

Comments
 (0)