# Functions
NewWorkflowFromYAML returns a new workflow from YAML bytes.
# Structs
Concurrency describes how concurrent workflows should be handled.
Job describes a GitHub actions workflow job.
No description provided by the author
PullRequestEvent is a trigger event.
SBMatrixInclude is the include for the job execution matrix.
SBMatrixStrategy is the job execution matrix.
Schedule is the cron schedule for a workflow.
Step is a step in a job.
Strategy describes execution parameter matrix for a job.
Workflow is a GitHub Actions workflow.
WorkflowTriggers represents the triggers for a workflow.
# Type aliases
FailFast represents the fail-fast boolean.