Skip to content

build: Recreate lockfile of 1fab5d0 from 2026-03-23 (#2515) #73

build: Recreate lockfile of 1fab5d0 from 2026-03-23 (#2515)

build: Recreate lockfile of 1fab5d0 from 2026-03-23 (#2515) #73

Workflow file for this run

name: Check deps for Eclipse IPDDP compliance
on:
push:
branches:
- main
paths: [Cargo.toml, Cargo.lock]
jobs:
generate-deps:
name: Generate ClearyDefined list of dependencies ids.
uses: eclipse-zenoh/ci/.github/workflows/generate-deps-cargo.yml@main
with:
repo: ${{ github.repository }}
check-ipddp-compliance:
name: Check Eclipse IPDDP compliance
needs: generate-deps
uses: eclipse-zenoh/ci/.github/workflows/eclipse-ipddp.yml@main
with:
dependencies: ${{ needs.generate-deps.outputs.dependencies }}