Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ preRun
Method
preRun
packages/cli/src/cli/cmd/ci/flows/_base.ts:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
export
interface
IIntegrationFlow {
10
preRun?(): Promise<boolean>;
11
run(options: IIntegrationFlowOptions): Promise<boolean>;
12
postRun?(): Promise<void>;
13
}
Callers
2
index.ts
File · 0.65
preRun
Method · 0.65
Implementers
1
PullRequestFlow
packages/cli/src/cli/cmd/ci/flows/pull
Calls
no outgoing calls
Tested by
no test coverage detected