# CI/CD on GitHub — GitHub

Source: https://www.geekswithgeeks.com/en/github/gh-actions-intro

> 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.
