Skip to content

Mark msg_ variable in RT publisher as private (#423) #278

Mark msg_ variable in RT publisher as private (#423)

Mark msg_ variable in RT publisher as private (#423) #278

name: Rolling Pre-Commit
on:
workflow_dispatch:
pull_request:
branches:
- master
push:
branches:
- master
concurrency:
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 }}