Skip to content

Remove deprecated parameter_traits (#294) #17

Remove deprecated parameter_traits (#294)

Remove deprecated parameter_traits (#294) #17

name: Format
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
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
with:
ros_distro: rolling