github-actions
Installation
SKILL.md
GitHub Actions (CI/CD)
Pipeline no git: PR valida, main/tag publica. Detecte a stack (package.json, go.mod, Cargo.toml, *.csproj, Gradle, Xcode) e não copie um workflow Node em app Go.
Lojas mobile: github-actions-android / github-actions-ios. Mac: github-actions-macos. Watch: github-actions-watchos. Checklist de go-live: production-readiness. Imagens: docker.
Organização
.github/
workflows/
ci.yml
deploy.yml # ou job no mesmo arquivo
dependabot.yml # updates de actions
- Um workflow de CI em todo PR. Deploy em workflow/job separado com
needs:. - Preserve os arquivos já no repo; não invente um segundo
ci.ymlparalelo.