Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@release@maturity_baseline_ContributorWorkflow.hrl
Raw

include/lightspeed@release@maturity_baseline_ContributorWorkflow.hrl

-record(contributor_workflow, {
name :: binary(),
stages :: list(binary()),
audit_artifact :: binary()
}).