Show HN: Write Your GitHub Actions in TypeScript
Category: devtools
Tags: github-actions, typescript, ci-cd
Score: 6.8/10 (Innovation: 6, Technical: 7, Documentation: 7, Utility: 7)
Hollywood allows developers to write GitHub Actions logic as typed TypeScript, run it locally, and generate standard GitHub Actions YAML files, reducing the pain of untyped shell-in-YAML CI/CD. It is interesting because it combines type safety, local testing, and a clean escape from YAML complexity while generating standard GitHub Actions. The project also offers AI-friendly documentation and a lightweight dependency surface.
Target audience: backend devs, devops
Repository: https://github.com/dedalus-labs/hollywood · TypeScript · MIT
View on Hacker News