Question 078
### Which of the following is a correct statement about GitHub Workflows and Actions?
> https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions
1. [ ] Each action is composed of one or more workflows which is composed of one or more jobs, and each job is composed of one or more step
1. [ ] Each workflow is composed of one or more action which is composed of one or more jobs, and each job is composed of one or more step
1. [x] Each workflow is composed of one or more job which is composed of one or more step, and each step is an action or a script
1. [ ] Each action is composed of one or more job which is composed of one or more step, and each step is a workflow