validate_actions.rules.expressions_contexts

Validates expressions against workflow contexts.

Classes

ExpressionsContexts(workflow, fixer)

class validate_actions.rules.expressions_contexts.ExpressionsContexts(workflow, fixer)[source]

Bases: Rule

Parameters:
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]