Files
2026-07-13 13:22:34 +08:00

9 lines
290 B
YAML

name: "check-component-ids"
description: "Verify that all componentIds in the MLflow UI are registered in the componentId registry and vice versa."
runs:
using: "composite"
steps:
- uses: ./.github/actions/setup-node
- run: node ${GITHUB_ACTION_PATH}/index.js
shell: bash