Documentation - v0.0.0
    Preparing search index...

    Github Actions workflow file model.

    interface GithubWorkflowModel {
        concurrency?: WorkflowConcurrency;
        jobs: Record<string, ghpipelines.Job>;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    concurrency?: WorkflowConcurrency
    jobs: Record<string, ghpipelines.Job>