Skip to content

[CI] Update pre-commit and remove ros-lint #5

[CI] Update pre-commit and remove ros-lint

[CI] Update pre-commit and remove ros-lint #5

Workflow file for this run

name: ROS 2 Lint
on:
pull_request:
jobs:
lint_rolling:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ci-ros-lint.yml@ci_lint
with:
ros_distro: rolling
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