# GitHub Actions CI/CD

Set up and optimize continuous integration and deployment workflows.

## Tools

- `setup_ci` - Configure CI/CD pipelines and workflows
- `github_search` - Find repository and workflow context

## Instructions

- Implement caching for dependencies to speed up workflow execution
- Use matrix builds to test across multiple OS, language versions, and configurations
- Manage secrets securely using GitHub's encrypted secrets, never hardcode them
- Set up proper branch protection rules and required status checks
