mirror of
https://github.com/github/codeql-action
synced 2026-05-22 00:00:34 +03:00
Make it more explicit that getSetupSteps just needs a JobSpecification
This commit is contained in:
+1
-1
@@ -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[];
|
||||
} {
|
||||
|
||||
Reference in New Issue
Block a user