Skip to content

Add derivative filter and discretization #475

Add derivative filter and discretization

Add derivative filter and discretization #475

name: Rolling - Pre-Commit
on:
workflow_dispatch:
pull_request:
branches:
- master
push:
branches:
- master
concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
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 }}