Fixed typo. Added s to state_interfaces_ in the controller_interface #689
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pre-Commit - Jazzy | |
on: | |
workflow_dispatch: | |
pull_request: | |
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 | |
with: | |
ros_distro: jazzy |