feat: CISandbox v1.0.0 — Interactive CI Pipeline Debugger with Local Env Sync
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
import type { Workflow, Job } from './types.js';
|
||||
export declare function parseWorkflow(filePath: string): Workflow;
|
||||
export declare function listJobs(workflow: Workflow): {
|
||||
name: string;
|
||||
job: Job;
|
||||
}[];
|
||||
export declare function pickJob(workflow: Workflow, jobName?: string): {
|
||||
name: string;
|
||||
job: Job;
|
||||
};
|
||||
export declare function normalizeRunsOn(runsOn: string): string;
|
||||
//# sourceMappingURL=parser.d.ts.map
|
||||
Reference in New Issue
Block a user