@@ -6,22 +6,22 @@ name: Lint
66# events but only for the master branch
77on :
88 push :
9- branches : [ ros2, ros2-devel, dashing-devel, foxy-devel, galactic-devel ]
9+ branches : [ ros2, ros2-devel, foxy-devel, galactic-devel ]
1010 pull_request :
11- branches : [ ros2, ros2-devel ]
11+ branches : [ ros2, ros2-devel, foxy-devel, galactic-devel ]
1212
1313# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414jobs :
15- ament_lint_dashing :
16- runs-on : ubuntu-18 .04
15+ ament_lint_foxy :
16+ runs-on : ubuntu-20 .04
1717 strategy :
1818 fail-fast : false
1919 matrix :
2020 linter : [copyright, cppcheck, cpplint, flake8, pep257, xmllint]
21- distribution : [dashing ]
21+ distribution : [foxy ]
2222 steps :
2323 - uses : actions/checkout@v1
24- - uses : ros-tooling/setup-ros@v0 .1
24+ - uses : ros-tooling/setup-ros@0.2 .1
2525 - uses : ros-tooling/action-ros-lint@v0.1
2626 with :
2727 distribution : ${{ matrix.distribution }}
@@ -31,16 +31,16 @@ jobs:
3131 turtlebot3_fake_node
3232 turtlebot3_gazebo
3333
34- ament_lint_foxy :
34+ ament_lint_galactic :
3535 runs-on : ubuntu-20.04
3636 strategy :
3737 fail-fast : false
3838 matrix :
3939 linter : [copyright, cppcheck, cpplint, flake8, pep257, xmllint]
40- distribution : [foxy ]
40+ distribution : [galactic ]
4141 steps :
4242 - uses : actions/checkout@v1
43- - uses : ros-tooling/setup-ros@v0 .1
43+ - uses : ros-tooling/setup-ros@0.2 .1
4444 - uses : ros-tooling/action-ros-lint@v0.1
4545 with :
4646 distribution : ${{ matrix.distribution }}
0 commit comments