fixed git hub action

This commit is contained in:
Atsushi Sakai
2020-03-08 22:34:00 +09:00
parent 5f253ef562
commit aad8d4face
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
name: Mypy Check
on: [push]
uses: jpetrucciani/mypy-check@0.761

View File

@@ -29,6 +29,10 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: install coverage
run: pip install coverage
run: pip install coverage
- name: Mypy Check
uses: jpetrucciani/mypy-check@0.761
- name: Test
run: bash runtests.sh