9 lines
290 B
YAML
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
|