Documentation
¶
Overview ¶
Package discover finds workflow and composite-action files to process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Files ¶
Files resolves the set of files to process. With no paths it scans the cwd; explicit paths may be files (used as-is) or directories (scanned). For each scanned root it collects `.github/workflows/*.{yml,yaml}` and every composite `action.{yml,yaml}`, pruning node_modules/.git while walking so large trees stay cheap. Results are sorted and de-duplicated.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.