Skip to main content

validateTeam

@forge/monorepo


@forge/monorepo / backend/src / validateTeam

Function: validateTeam()

validateTeam(team): readonly TeamCompileProblem[]

Defined in: backend/src/teams/index.ts:61

Is this team runnable at all?

Checked before compiling rather than discovered while running, because every one of these produces a flow that fails at a step rather than a definition that fails to load — and a definition that only fails once someone triggers it is a definition that fails in front of a customer.

Parameters

team

TeamDefinition

Returns

readonly TeamCompileProblem[]