Slide 13
Slide 13 text
Workflows
- refers to a series of automated steps or tasks that are defined in a YAML
configuration file and executed in response to events in a GitHub repository.
- This YAML file is placed in the .github/workflows directory in your repository,
and it specifies the workflow's structure, including the jobs, steps, and actions to
be executed.