DevOps
GitHub
Where our code lives and our CI/CD pipelines run
What it is
GitHub is a code hosting and collaboration platform built around Git, with integrated CI/CD via GitHub Actions.
Why it matters
Version control with proper branching and review workflows is foundational to shipping reliable software as a team — and integrated CI/CD keeps testing and deployment automatic rather than manual.
Where we use it
As our default source control and CI/CD platform — pull requests run type checks, linting, and tests automatically before code reaches production.
Capabilities
What we do with it
- Source control and code review workflows
- Automated CI/CD pipelines via GitHub Actions
- Preview deployments tied to pull requests
Related services
Used within
FAQ

