validate_actions.rules.expressions_contexts¶
Validates expressions against workflow contexts.
Classes
|
- class validate_actions.rules.expressions_contexts.ExpressionsContexts(workflow, fixer)[source]¶
Bases:
Rule- check()[source]¶
Perform validation checks on the workflow.
Examines the workflow for rule-specific issues and yields Problem instances for any violations found. May also apply automatic fixes through the fixer if enabled.
- Yields:
Problem –
- Validation issues found, with position, level, description,
and rule name information.
- Return type:
Generator[Problem, None, None]