Skip to content

[Example 13] Give the controller type as parameter in ctrl namespace #100

[Example 13] Give the controller type as parameter in ctrl namespace

[Example 13] Give the controller type as parameter in ctrl namespace #100

name: Pre-Commit - Rolling
on:
workflow_dispatch:
pull_request:
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, jazzy]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}