瀏覽代碼
Add GitHub action to check mypy
pull/960/head
Vadim Kharitonov
10 月之前
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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 |