Skip to content

Commit 103db93

Browse files
committed
Make it more explicit that getSetupSteps just needs a JobSpecification
1 parent 79fdef7 commit 103db93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr-checks/sync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function generateJobMatrix(
335335
*
336336
* @returns An object containing setup steps and additional input specifications.
337337
*/
338-
function getSetupSteps(checkSpecification: Specification): {
338+
function getSetupSteps(checkSpecification: JobSpecification): {
339339
inputs: WorkflowInputs;
340340
steps: any[];
341341
} {

0 commit comments

Comments
 (0)