Dagger.CheckGroup (dagger v0.19.8)
View SourceDagger.CheckGroup
Summary
Functions
A unique identifier for this CheckGroup.
Return a list of individual checks and their details
Generate a markdown report
Execute all selected checks
Types
Functions
@spec id(t()) :: {:ok, Dagger.CheckGroupID.t()} | {:error, term()}
A unique identifier for this CheckGroup.
@spec list(t()) :: {:ok, [Dagger.Check.t()]} | {:error, term()}
Return a list of individual checks and their details
@spec report(t()) :: Dagger.File.t()
Generate a markdown report
Execute all selected checks