I built PyGHA: Write GitHub Actions in Python, not YAML (Type-safe CI CD)
What My Project Does PyGHA (v0.2.1, early beta) is a Python-native CI CD framework that lets you define, test, and transpile workflow pipelines into GitHub Actions YAML using real Python instead of raw YAML. You write your workflows as Python functions, decorators, and control flow, and PyGHA...