Skip to content

Commit

Permalink
Add CI workflow to check docs (ros-controls#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Jul 1, 2023
1 parent cc1667b commit 87c9199
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 87c9199

Please sign in to comment.