GitHub actions are enabled by default. To check your repositories settings:
Go to repository → Settings → Actions → General
The default setting should be "Allow all actions and reusable workflows"
GitHub actions is working with .yml
files, which define pipelines (workflows), steps and conditions.
These .yml
files will be placed in the folder /.github/workflows/
First step is to create this folder.