Skip to content

Commit 49bda0b

Browse files
destoglAndyZe
authored andcommitted
Update action configuration
1 parent c1e6cc0 commit 49bda0b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
File renamed without changes.

.github/workflows/ci-ros-lint.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,21 @@ jobs:
1717
with:
1818
distribution: foxy
1919
linter: ${{ matrix.linter }}
20-
package-name:
20+
package-name:
2121
ros2_control_demo_hardware
2222
ros2_control_demo_robot
2323
ros2_control_demos
24+
25+
ament_lint_120:
26+
name: ament_${{ matrix.linter }}
27+
runs-on: ubuntu-20.04
28+
strategy:
29+
fail-fast: false
30+
matrix:
31+
linter: [cpplint]
32+
steps:
33+
- uses: actions/checkout@v1
34+
- uses: ros-tooling/[email protected]
2435
- uses: ros-tooling/[email protected]
2536
with:
2637
distribution: foxy

0 commit comments

Comments
 (0)