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