What is a GitHub Actions Workflow
A GitHub Actions workflow is a process that you set up in your repository to automate software-development lifecycle tasks, including GitHub Actions. With a workflow, you can build, test, package, release, and deploy any project on GitHub.
Summary
- how to setup a workflow
Content
How to Setup a Workflow
- Add
.github/workflows
directory to repository - Add workflow
.yml
file to create a workflow