@dapplion/benchmark
Version:
Ensures that new code does not introduce performance regressions with CI. Tracks:
9 lines • 352 B
TypeScript
import * as github from "@actions/github";
export declare function isGaRun(): boolean;
/** Helper type to pass common arguments at once */
export type Context = {
octokit: ReturnType<typeof github.getOctokit>;
repo: Required<typeof github.context>["repo"];
};
export declare function getContext(): Context;
//# sourceMappingURL=context.d.ts.map