Skip to content

Fix bug in rate_limiter filter and add more tests #84

Fix bug in rate_limiter filter and add more tests

Fix bug in rate_limiter filter and add more tests #84

Workflow file for this run

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