Skip to content

Commit

Permalink
Add CI workflow to check docs (backport #164) (#369)
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Fröhlich <[email protected]>
  • Loading branch information
mergify[bot] and christophfroehlich committed Jul 8, 2024
1 parent 67ce291 commit 52a1508
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@humble
with:
GZ_ROS2_CONTROL_PR: ${{ github.ref }}

0 comments on commit 52a1508

Please sign in to comment.