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

ast

Abstract Syntax Tree (AST) models for GitHub Actions workflows.

contexts

GitHub Actions context definitions and type system.

job_order_models

Job ordering domain models for GitHub Actions workflows.

primitives

Primitive building blocks for creating a GHA ast.