Launched in 2019, Actions turned every GitHub repo into a programmable build farm. Workflows live as YAML in .github/workflows/, react to repo events, and pull from a marketplace of thousands of community-built steps. For most teams already on GitHub, it's the path of least resistance to CI/CD.
.github/workflows/; one or more jobs.push, pull_request, schedule, workflow_dispatch, release, issues, …needs: to chain them.uses: actions/checkout@v4).workflow_call) — share pipelines across many repos without copy-paste.@v1. Compromised actions run with your secrets.