<aside> 💡 GitHub Actions is a CI/CD platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository, or deploy merged pull requests to production.
</aside>
**Repository:** Contains code and other related files
**Workflow:** Template describing an automated process
**Event:** Repository activity that triggers workflows
**Job:** Sequence of tasks in a workflow
**Runner:** Server executing a workflow
Step: Task in a job
**Action:** Custom reusable task