Skip to content

Commit

Permalink
Add workflow to check package.xml
Browse files Browse the repository at this point in the history
Copied from gz-math.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Jul 29, 2024
1 parent fd618d2 commit 34c840d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/package_xml.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Validate package.xml

on:
pull_request:

jobs:
package-xml:
runs-on: ubuntu-latest
name: Validate package.xml
steps:
- uses: gazebo-tooling/action-gz-ci/validate_package_xml@jammy

0 comments on commit 34c840d

Please sign in to comment.