ci: checks for updates to the px4 modules metadata

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche 2025-05-06 10:33:33 -07:00
parent 7be82b08c4
commit 57843adb48

View File

@ -100,3 +100,21 @@ jobs:
- name: Run airframe docs check
run: Tools/ci/metadata_airframe.sh --test-only
modules-check:
name: Check module reference metadata
runs-on: [runs-on,runner=2cpu-linux-x64,image=ubuntu24-full-x64,"run-id=${{ github.run_id }}",spot=true]
container:
image: ghcr.io/px4/px4-dev:v1.16.0-rc1
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: true
- name: Mark all directories safe for Git
run: git config --system --add safe.directory '*'
- name: Run module docs check
run: Tools/ci/metadata_modules.sh --test-only