Skip to content

Commit

Permalink
Merge branch 'master' into docs-about-chained-controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored Jul 1, 2023
2 parents 4100292 + 87c9199 commit 7575f83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-check-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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_CONTROL_PR: ${{ github.ref }}

0 comments on commit 7575f83

Please sign in to comment.