Function: isWorkflowTemplateYamlFile()
function isWorkflowTemplateYamlFile(filePath: string): boolean;
Defined in: _internal/lint-targets.ts:136
Determine whether a filename is a workflow template YAML file.
Parameters
filePath
string
Returns
boolean