Adapt test to new way of exporting reference interfaces (Related to #1240 in ros2_control) #701
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: Check Docs | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
check-docs: | |
name: Check Docs | |
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@master | |
with: | |
ROS2_CONTROLLERS_PR: ${{ github.ref }} |