Github Actions
Summary GitHub Actions uses YAML syntax to define the events, jobs, and steps. These YAML files are stored in your code repository, in a directory called .github/workflows. GitHub events (e.g. push, pull request) occur, at a scheduled time, manually, or when events outside of GitHub occur. The .github/workflows directory in your repository is searched for workflow files …