Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindWorkflows ¶
FindWorkflows returns all .yml/.yaml workflow files found in any .github/workflows directory under dir. It walks the directory tree recursively, matching the pattern **/.github/workflows/*.{yml,yaml}. Only direct children of each .github/workflows directory are returned — subdirectories within workflows are not traversed.
func FindWorkflowsInRoots ¶ added in v0.4.0
FindWorkflowsInRoots returns workflow files from the given project root folders. Each root is expected to contain a .github/workflows directory. Only .yml/.yaml files directly inside each root's .github/workflows directory are returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.