You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/learn-continuous-integration-github-actions/includes/2-describe-continuous-integration-with-actions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ jobs:
25
25
26
26
```
27
27
28
-
- :::no-loc text="**On:**"::: Specifies what will occur when code is pushed.
29
-
- :::no-loc text="**Jobs:**"::: There's a single job called **`build`.**
30
-
- :::no-loc text="**Strategy:**"::: It's being used to specify the Node.js version.
31
-
- :::no-loc text="**Steps:**"::: Are doing a checkout of the code and setting up dotnet.
32
-
- :::no-loc text="**Run:**"::: Is building the code.
28
+
- :::no-loc text="On:"::: Specifies what will occur when code is pushed.
29
+
- :::no-loc text="Jobs:"::: There's a single job called **`build`.**
30
+
- :::no-loc text="Strategy:"::: It's being used to specify the Node.js version.
31
+
- :::no-loc text="Steps:"::: Are doing a checkout of the code and setting up dotnet.
0 commit comments