validate_workflow
Checks a workflow YAML file for valid syntax, correct job structure, resolved dependencies, and absence of circular dependencies.
Instructions
Validate a workflow YAML file for correctness.
Checks for valid YAML syntax, correct job structure, dependency resolution,
and circular dependency detection.
Args:
yaml_path: Path to the YAML workflow file to validate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yaml_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||