Skip to content

Commit 71d7d86

Browse files
committed
fix PR issues
1 parent 5fd2089 commit 71d7d86

File tree

2 files changed

+5
-43
lines changed

2 files changed

+5
-43
lines changed

learn-pr.sln

Lines changed: 0 additions & 38 deletions
This file was deleted.

learn-pr/wwl-azure/learn-continuous-integration-github-actions/includes/2-describe-continuous-integration-with-actions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525

2626
```
2727

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.
32+
- :::no-loc text="Run:"::: Is building the code.

0 commit comments

Comments
 (0)