mirror of
https://github.com/github/codeql-action.git
synced 2026-04-02 01:32:17 +00:00
Make it more explicit that getSetupSteps just needs a JobSpecification
This commit is contained in:
@@ -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