Make it more explicit that getSetupSteps just needs a JobSpecification

This commit is contained in:
Michael B. Gale
2026-03-05 16:06:03 +00:00
parent 79fdef791d
commit 103db93efa

View File

@@ -335,7 +335,7 @@ function generateJobMatrix(
*
* @returns An object containing setup steps and additional input specifications.
*/
function getSetupSteps(checkSpecification: Specification): {
function getSetupSteps(checkSpecification: JobSpecification): {
inputs: WorkflowInputs;
steps: any[];
} {