Skip to content

Cleanup duplicate entries in the msg definition #45

Cleanup duplicate entries in the msg definition

Cleanup duplicate entries in the msg definition #45

name: Rolling Pre-Commit
on:
workflow_dispatch:
pull_request:
branches:
- master
concurrency:
# cancel previous runs of the same workflow
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}