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..675c7b5 --- /dev/null +++ b/package.xml @@ -0,0 +1,21 @@ + + + + gz-plugin2 + 2.0.3 + Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins. + Alejandro Hernández Cordero + Apache License 2.0 + https://github.com/gazebosim/gz-plugin + + cmake + + gz-cmake3 + + gz-tools2 + gz-utils2 + + + cmake + +