mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ci: checks for updates to the px4 modules metadata
Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
parent
7be82b08c4
commit
57843adb48
18
.github/workflows/docs_metadata_check.yml
vendored
18
.github/workflows/docs_metadata_check.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user