MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / workflow

Function workflow

tests/release-workflows.test.ts:7–8  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

5import { validateReleaseTag, validateReleaseVersion } from "../scripts/validate-release-ref";
6
7const workflow = (name: string): string =>
8 readFileSync(resolve(import.meta.dirname, "..", ".github/workflows", name), "utf8");
9
10describe("release workflow hardening", () => {
11 it("accepts only semver release versions and v-prefixed semver tags", () => {

Callers 1

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected