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[]