Skip to content

Commit c92b91f

Browse files
Create Notes.md
Took notes from tutorial lecture.
1 parent 0d761e8 commit c92b91f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Notes
2+
* Workflows have jobs, and jobs have steps.
3+
* Each step consists of either a shell script that is executed, or a reference to an action that is run. When we talk about an action in this context, we mean a reusable unit of code.
4+
* An action is a pre-defined, reusable set of jobs or code that perform specific tasks within a workflow.

0 commit comments

Comments
 (0)