Welcome to this tutorial exploring the basics of GitHub Actions. Action is a workflow automation service that lets you automate your software development process.
Workflow Definition
You define your workflow using YAML files within the GitHub Actions documentation. These files describe the steps in your automation.
Let's create a simple workflow that builds a React app: