Skip to content

Add repository README.md to generate_parameter_library package docs #16

Add repository README.md to generate_parameter_library package docs

Add repository README.md to generate_parameter_library package docs #16

Workflow file for this run

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