validate_actions.rules.action_output¶
Validates step output references to previous steps in workflow expressions.
Classes
|
Validates step output references in workflow expressions. |
- class validate_actions.rules.action_output.ActionOutput(workflow, fixer)[source]¶
Bases:
RuleValidates step output references in workflow expressions.
This rule ensures that when steps reference outputs from other steps using the steps.<step-id>.outputs.<output-name> syntax, both the step and the output exist and are accessible.