GitHub Actions CI/CD Pipeline Automation
Engineer GitHub Actions workflow YAML files triggering automated linting, test suites, and Docker builds on pull requests.
GitHub Actions Architecture
### GitHub Actions Components
- **Workflow**: Automated process defined in `.github/workflows/*.yml`.
- **Events**: Triggers executing workflows (`push`, `pull_request`).
- **Jobs**: Set of steps executing on a runner VM (`runs-on: ubuntu-latest`).