File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 max-parallel : 4
1111 matrix :
12- python-version : [3.6 , 3.7 ]
12+ python-version : [3.7 , 3.8 ]
1313
1414 steps :
1515 - uses : actions/checkout@v1
3434 run : pip install mypy
3535 - name : mypy check
3636 run : |
37- find . -name "*.py" | xargs mypy
37+ find AerialNavigation -name "*.py" | xargs mypy
38+ find ArmNavigation -name "*.py" | xargs mypy
39+ find Bipedal -name "*.py" | xargs mypy
40+ find InvertedPendulumCart -name "*.py" | xargs mypy
41+ find Localization -name "*.py" | xargs mypy
42+ find Mapping -name "*.py" | xargs mypy
43+ find PathPlanning -name "*.py" | xargs mypy
44+ find PathTracking -name "*.py" | xargs mypy
45+ find SLAM -name "*.py" | xargs mypy
3846 - name : do all unit tests
3947 run : bash runtests.sh
4048
You can’t perform that action at this time.
0 commit comments