UNPKG

@azure/static-web-apps-cli

Version:
9 lines 487 B
/** * Read and parse the project workflow configuration (if available). * @param userWorkflowConfig An object containing GithubActionWorkflow configuration used to override the project workflow config (if available). * @returns The project workflow configuraiton. */ export declare function readWorkflowFile({ userWorkflowConfig }?: { userWorkflowConfig?: Partial<GithubActionWorkflow>; }): Partial<GithubActionWorkflow> | undefined; //# sourceMappingURL=workflow-config.d.ts.map