Skip to content

Add a test to check if trajectory message is received #349

Add a test to check if trajectory message is received

Add a test to check if trajectory message is received #349

name: Pre-Commit - Rolling
on:
workflow_dispatch:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
pre-commit:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling, kilted, jazzy]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}