Function: getWorkflowRoot()
function getWorkflowRoot(context: RuleContext): YAMLMapping | null;
Defined in: _internal/workflow-yaml.ts:93
Resolve the first document's root mapping when linting a workflow file.
Parameters
context
RuleContext
Returns
YAMLMapping | null