Skip to content

Commit

Permalink
Add custom rosdoc2 config for ros2_control metapackage (#1484)
Browse files Browse the repository at this point in the history
(cherry picked from commit 86dd7d2)
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Jun 25, 2024
1 parent c7e0176 commit 2b0e659
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 2,579 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rosdoc2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: rosdoc2

on:
workflow_dispatch:
pull_request:
paths:
- ros2_control/doc/**
- ros2_control/rosdoc2.yaml
- ros2_control/package.xml


jobs:
check:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rosdoc2.yml@master
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repos:
- id: check-symlinks
- id: check-xml
- id: check-yaml
args: ["--allow-multiple-documents"]
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
Expand Down
Loading

0 comments on commit 2b0e659

Please sign in to comment.