validate_actions.domain_modelΒΆ
Domain model for GitHub Actions workflow AST and core types.
This module provides the abstract syntax tree (AST) representations of GitHub Actions workflows, along with primitives like positions, strings, and expressions that enable precise parsing and validation.
Modules
Abstract Syntax Tree (AST) models for GitHub Actions workflows. |
|
GitHub Actions context definitions and type system. |
|
Job ordering domain models for GitHub Actions workflows. |
|
Primitive building blocks for creating a GHA ast. |