MCPcopy Create free account
hub / github.com/FastLED/FastLED / workflow_files

Function workflow_files

ci/tools/gh/limit_agent_pr_workflows.py:138–140  ·  view source on GitHub ↗
(workflows_dir: Path)

Source from the content-addressed store, hash-verified

136
137
138def workflow_files(workflows_dir: Path) -> list[Path]:
139 files = [*workflows_dir.glob("*.yml"), *workflows_dir.glob("*.yaml")]
140 return sorted(path for path in files if path.is_file())
141
142
143def parse_args(argv: list[str]) -> argparse.Namespace:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected