8000 Fixed [Run mypy] · suaaa7/samplecode-for-qiita@3b97cf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b97cf0

Browse files
committed
Fixed [Run mypy]
1 parent 5d746bf commit 3b97cf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_for_python_test_example.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
run: |
1717
python3 -m pip install --upgrade pip
1818
pip install requests flask mypy
19+
- name: Run mypy
20+
run: |
21+
mypy python_test_example --config-file python_test_example/mypy.ini
1922
- name: Run unittest
2023
run: |
2124
cd python_test_example
2225
python3 -m unittest discover --verbose --pattern "*_test.py"
23-
- name: Run mypy
24-
run: |
25-
mypy .

0 commit comments

Comments
 (0)
0