MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / writeWorkflow

Function writeWorkflow

apps/api/tests/lint-meta/lint-meta.test.ts:524–530  ·  view source on GitHub ↗
(root: string, content: string)

Source from the content-addressed store, hash-verified

522 });
523});
524
525describe("checkWorkflowConcurrencyExplicit", () => {
526 function writeWorkflow(root: string, content: string): string {
527 const file = join(root, "wf.yml");
528
529 writeFileSync(file, content);
530
531 return file;
532 }
533

Callers 1

lint-meta.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected