File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-18.04
99 steps :
1010 - uses : actions/checkout@v2
11- - uses : ros-tooling/setup-ros@0.0.25
11+ - uses : ros-tooling/setup-ros@0.0.26
1212 - uses : ros-tooling/action-ros2-lint@0.0.6
1313 with :
1414 linter : xmllint
2323 linter : [cppcheck, cpplint, uncrustify]
2424 steps :
2525 - uses : actions/checkout@v2
26- - uses : ros-tooling/setup-ros@0.0.25
26+ - uses : ros-tooling/setup-ros@0.0.26
2727 - uses : ros-tooling/action-ros2-lint@0.0.6
2828 with :
2929 linter : ${{ matrix.linter }}
3838 linter : [flake8, pep257]
3939 steps :
4040 - uses : actions/checkout@v2
41- - uses : ros-tooling/setup-ros@0.0.25
41+ - uses : ros-tooling/setup-ros@0.0.26
4242 - uses : ros-tooling/action-ros2-lint@0.0.6
4343 with :
4444 linter : ${{ matrix.linter }}
Original file line number Diff line number Diff line change 1- name : Test system modes
1+ name : Build and test system modes
22on :
33 pull_request :
44 push :
1313 matrix :
1414 os : [ubuntu-18.04, macos-latest, windows-latest]
1515 steps :
16- - uses : ros-tooling/setup-ros@0.0.25
17- - uses : ros-tooling/action-ros-ci@0.0.15
16+ - uses : ros-tooling/setup-ros@0.0.26
17+ - uses : ros-tooling/action-ros-ci@0.0.19
1818 with :
1919 package-name : system_modes system_modes_examples
2020 target-ros2-distro : foxy
You can’t perform that action at this time.
0 commit comments