mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 06:37:57 -05:00
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:
6
.github/workflows/Linux_CI.yml
vendored
6
.github/workflows/Linux_CI.yml
vendored
@@ -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
|
||||
|
||||
|
||||
13
.github/workflows/MacOS_CI.yml
vendored
13
.github/workflows/MacOS_CI.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user