MCPcopy Create free account
hub / github.com/code-pushup/cli / isCiProvider

Function isCiProvider

packages/create-cli/src/lib/setup/ci.ts:151–154  ·  view source on GitHub ↗
(value: string | undefined)

Source from the content-addressed store, hash-verified

149}
150
151function isCiProvider(value: string | undefined): value is CiProvider {
152 const validValues: readonly string[] = CI_PROVIDERS;
153 return value != null && validValues.includes(value);
154}

Callers 1

promptCiProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected