We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getSetupSteps
JobSpecification
1 parent 79fdef7 commit 103db93Copy full SHA for 103db93
pr-checks/sync.ts
@@ -335,7 +335,7 @@ function generateJobMatrix(
335
*
336
* @returns An object containing setup steps and additional input specifications.
337
*/
338
-function getSetupSteps(checkSpecification: Specification): {
+function getSetupSteps(checkSpecification: JobSpecification): {
339
inputs: WorkflowInputs;
340
steps: any[];
341
} {
0 commit comments