← Back to Tech
GitHub Actions
GitHub Actions runs workflows on events like pushes and pull requests. It’s commonly used to enforce quality gates (lint/typecheck/build) and to automate releases and deployments.
Official docs
https://docs.github.com/actions →