소스 검색
Add GitHub action to check mypy
pull/960/head
Vadim Kharitonov
10 달 전
No known key found for this signature in database
GPG 키 ID: E588C1A9283FE92A
1개의 변경된 파일과
2개의 추가작업 그리고
0개의 파일을 삭제
-
.github/workflows/test.yml
|
|
@@ -33,3 +33,5 @@ jobs: |
|
|
|
run: | |
|
|
|
poetry install |
|
|
|
poetry run python -m unittest -v tests/*.py |
|
|
|
- name: Run mypy |
|
|
|
run: poetry run mypy |