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

Function writeGitHubWorkflow

packages/create-cli/src/lib/setup/ci.ts:51–56  ·  view source on GitHub ↗
(
  tree: Tree,
  context: ConfigContext,
)

Source from the content-addressed store, hash-verified

49}
50
51async function writeGitHubWorkflow(
52 tree: Tree,
53 context: ConfigContext,
54): Promise<void> {
55 await tree.write(GITHUB_WORKFLOW_PATH, await generateGitHubYaml(context));
56}
57
58async function generateGitHubYaml({
59 mode,

Callers 1

resolveCiFunction · 0.85

Calls 1

generateGitHubYamlFunction · 0.85

Tested by

no test coverage detected