mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 13:18:18 -05:00
fixed git hub action
This commit is contained in:
4
.github/workflows/mypycheck.yml
vendored
4
.github/workflows/mypycheck.yml
vendored
@@ -1,4 +0,0 @@
|
||||
name: Mypy Check
|
||||
on: [push]
|
||||
uses: jpetrucciani/mypy-check@0.761
|
||||
|
||||
6
.github/workflows/pythonpackage.yml
vendored
6
.github/workflows/pythonpackage.yml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user