Skip to content

Commit

Permalink
check ci-ros-lint.yml from ros2_control
Browse files Browse the repository at this point in the history
  • Loading branch information
muritane committed May 31, 2023
1 parent 84a7954 commit 456d5eb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
linter: [cppcheck, copyright, lint_cmake]
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@v0.2
- uses: ros-tooling/setup-ros@0.6.2
- uses: ros-tooling/[email protected]
with:
distribution: rolling
Expand All @@ -29,6 +29,10 @@ jobs:
kuka_kr5_support
kuka_kr3_support
kuka_experimental
kuka_ros2_control_support
kuka_rsi_hw_interface
kuka_rsi_simulator
kuka_eki_hw_interface


ament_lint_100:
Expand All @@ -40,7 +44,7 @@ jobs:
linter: [cpplint]
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@v0.2
- uses: ros-tooling/setup-ros@0.6.2
- uses: ros-tooling/[email protected]
with:
distribution: rolling
Expand All @@ -58,3 +62,7 @@ jobs:
kuka_kr5_support
kuka_kr3_support
kuka_experimental
kuka_ros2_control_support
kuka_rsi_hw_interface
kuka_rsi_simulator
kuka_eki_hw_interface

0 comments on commit 456d5eb

Please sign in to comment.