Skip to content

Commit

Permalink
Add CI workflow to check docs (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jul 1, 2023
1 parent 9ce288b commit 76b1ce7
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_CONTROLLERS_PR: ${{ github.ref }}

0 comments on commit 76b1ce7

Please sign in to comment.