diff --git a/.github/workflows/package_xml.yml b/.github/workflows/package_xml.yml new file mode 100644 index 0000000..4bd4a9a --- /dev/null +++ b/.github/workflows/package_xml.yml @@ -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 diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..9c4e770 --- /dev/null +++ b/package.xml @@ -0,0 +1,22 @@ + + + + gz-tools2 + 2.0.1 + Gazebo Tools: Entrypoint to Gazebo's command line interface + Carlos Agüero + Apache License 2.0 + https://github.com/gazebosim/gz-tools + + cmake + + gz-cmake3 + + ruby + + rubocop + + + cmake + +