validate_actions.pipeline_stagesΒΆ
Pipeline module for GitHub Actions workflow processing.
This module provides the core pipeline components for parsing, building, validating, and enriching GitHub Actions workflows.
Modules
Builder stage that transformes parsed YAML data into a structured AST. |
|
Support builders for builder.py |
|
Job ordering module for GitHub Actions workflows. |
|
Pipeline stage for enriching workflows with marketplace metadata. |
|
Parser for YAML files, from input file to Python data structure representation. |
|
Validator coordinating rules and fixer. |