Function: getForgejoWorkflowPaths()
function getForgejoWorkflowPaths(rootDirectoryPath: string): readonly string[];
Defined in: _internal/repository-text-files.ts:145
Returns all readable Forgejo workflow file paths from .forgejo/workflows
using the supported .yml and .yaml extensions.
Parametersâ
rootDirectoryPathâ
string
Returnsâ
readonly string[]