configuring-github-actions
Installation
SKILL.md
GitHub Actions CI/CD Guide
Quick Reference
| Topic | Reference |
|---|---|
| E2E tests, containers, expect | testing-patterns.md |
| Permissions, secrets, security | security.md |
| Debugging, caching, performance | optimization.md |
Triggers: push, pull_request, release, workflow_dispatch, schedule
Runners: ubuntu-latest, macos-latest, macos-13, windows-latest
Contexts: ${{ github.event_name }}, ${{ github.ref }}, ${{ runner.os }}, ${{ matrix.* }}
Project Workflows
- installer-ci.yml: Build → test → E2E (matrix: ubuntu, debian, fedora, centos containers + macOS)
- release.yml: GoReleaser on version tags