Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
Result holds discovered file paths grouped by type.
func Discover ¶
Discover returns workflow and action file paths under baseDir. Workflows: baseDir/.github/workflows/*.yml|yaml Actions: any action.yml|action.yaml found recursively, excluding .git/ and node_modules/. Files that appear in both sets (e.g. .github/workflows/action.yml) are kept only in Workflows.
Click to show internal directories.
Click to hide internal directories.