Skip to content

Move test_utils module from demos repo #313

Move test_utils module from demos repo

Move test_utils module from demos repo #313

name: Jazzy Check Docs
on:
workflow_dispatch:
pull_request:
branches:
- master
paths:
- '**.rst'
- '**.md'
- '**.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-docs:
name: Check Docs
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@jazzy
with:
ROS2_CONTROL_PR: ${{ github.ref }}