GitHub Actions YAML Made Easier with VS Code Snippets
Writing GitHub Actions workflows involves a lot of repeated YAML. Triggers, jobs, runners, steps, inputs, outputs… the names change, but you keep typing the same structure. I created GitHub Actions VS Code …