How to add a Workflow to a repository?
Answer
CLI:
- Create the directory
.github/workflowsin the repository - Add a YAML file
UI:
- In the repository page, click on "Actions"
- Choose workflow and click on "Set up this workflow"
CLI:
.github/workflows in the repositoryUI: