Skip to content

Commit 0d373e2

Browse files
committed
Fix: expand mypy check to entire src directory
Signed-off-by: Mounil <[email protected]>
1 parent 29e7f5b commit 0d373e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mypy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Set up Python
17-
- uses: actions/setup-python@v5
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.10"
2020

@@ -26,6 +26,6 @@ jobs:
2626
2727
- name: Run mypy
2828
run: |
29-
mypy path/hedera_sdk_python/src/hiero_sdk_python
30-
29+
mypy src/hiero_sdk_python
30+
3131
continue-on-error: true

0 commit comments

Comments
 (0)