Skip to content

Commit

Permalink
Activate lint job for all distros
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 18, 2024
1 parent eb94df8 commit c1d2992
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,18 @@ name: ROS 2 Lint
on:
pull_request:

env:
package-name:
control_toolbox

jobs:
lint_rolling:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ci-ros-lint.yml@ci_lint
with:
ros_distro: rolling
# lint:
# uses: ./.github/workflows/reusable-ci-ros-lint.yml
# strategy:
# fail-fast: false
# matrix:
# ROS_DISTRO: [iron, humble]
# with:
# ros_distro: ${{ matrix.ROS_DISTRO }}
# # use the release specified in REP-2000
# os_name: ubuntu-22.04
lint:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ci-ros-lint.yml@ci_lint
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [iron, humble]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
# use the release specified in REP-2000
os_name: ubuntu-22.04

0 comments on commit c1d2992

Please sign in to comment.