Skip to content

Commit 76b1ce7

Browse files
Add CI workflow to check docs (#691)
1 parent 9ce288b commit 76b1ce7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Check Docs
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
7+
jobs:
8+
check-docs:
9+
name: Check Docs
10+
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@master
11+
with:
12+
ROS2_CONTROLLERS_PR: ${{ github.ref }}

0 commit comments

Comments
 (0)