Add mypy to github actions so we stop regressing.

This commit is contained in:
Dan Albert
2020-10-24 01:18:29 -07:00
parent 0f1d2b8685
commit 04d3ba4c47
3 changed files with 10 additions and 2 deletions

View File

@@ -30,6 +30,9 @@ jobs:
- name: Build binaries
run: |
./venv/scripts/activate
mypy game
mypy gen
mypy theater
$env:PYTHONPATH=".;./pydcs"
pyinstaller pyinstaller.spec

View File

@@ -32,6 +32,9 @@ jobs:
- name: Build binaries
run: |
./venv/scripts/activate
mypy game
mypy gen
mypy theater
$env:PYTHONPATH=".;./pydcs"
pyinstaller pyinstaller.spec