Lesson 15 / 18

CI/CD on GitHub

Automated workflows that react to repo events, right inside GitHub.

What GitHub Actions is

Actions runs workflows — automated jobs — in response to repo events like a push or a pull request, right inside GitHub.

Common uses

Run tests, lint code, build artifacts, or deploy to production — all triggered automatically without leaving GitHub.