Function: getDependencyReviewActionSteps()
function getDependencyReviewActionSteps(
root: YAMLMapping
): readonly DependencyReviewActionStep[];
Defined in: _internal/dependency-review-workflow.ts:27
Collect all workflow steps that use the dependency review action.
Parametersโ
rootโ
YAMLMapping
Returnsโ
readonly DependencyReviewActionStep[]