add diff style check test (#617)

* add diff style check test

* add diff style check test

* add diff style check test

* add diff style check test

* add license

* add license
This commit is contained in:
Atsushi Sakai
2022-01-06 20:26:24 +09:00
committed by GitHub
parent 79f7107cd1
commit 0dfa274be3
5 changed files with 120 additions and 18 deletions

View File

@@ -32,10 +32,6 @@ jobs:
run: pip install coverage
- name: install mypy
run: pip install mypy
- name: install pycodestyle
run: pip install pycodestyle
- name: install pytest-xdist
run: pip install pytest-xdist
- name: mypy check
run: |
mypy -p AerialNavigation
@@ -47,8 +43,6 @@ jobs:
mypy -p PathPlanning
mypy -p PathTracking
mypy -p SLAM
- name: do diff style check
run: bash rundiffstylecheck.sh
- name: do all unit tests
run: bash runtests.sh

View File

@@ -39,10 +39,6 @@ jobs:
run: pip install coverage
- name: install mypy
run: pip install mypy
- name: install pycodestyle
run: pip install pycodestyle
- name: install pytest-xdist
run: pip install pytest-xdist
- name: mypy check
run: |
mypy -p AerialNavigation
@@ -54,12 +50,5 @@ jobs:
mypy -p PathPlanning
mypy -p PathTracking
mypy -p SLAM
- name: do diff style check
run: bash rundiffstylecheck.sh
- name: do all unit tests
run: bash runtests.sh
run: bash runtests.sh