Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 2120137

Browse files
committed
Fixed incorrect indentation in bulleted list
1 parent 793e1fc commit 2120137

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Instructions/Labs/AZ400_M02_L05_Implement_GitHub_Actions_for_CI_CD.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ After you complete this lab, you will be able to:
3838
In this exercise, you will import the existing [eShopOnWeb](https://github.com/MicrosoftLearning/eShopOnWeb) repository code to your own GitHub private repo.
3939

4040
The repository is organized the following way:
41-
- **.ado** folder contains Azure DevOps YAML pipelines.
42-
- **.devcontainer** folder container setup to develop using containers (either locally in VS Code or GitHub Codespaces).
43-
- **infra** folder contains Bicep&ARM infrastructure as code templates used in some lab scenarios.
44-
- **.github** folder container YAML GitHub workflow definitions.
45-
- **src** folder contains the .NET 8 website used on the lab scenarios.
41+
- **.ado** folder contains Azure DevOps YAML pipelines.
42+
- **.devcontainer** folder container setup to develop using containers (either locally in VS Code or GitHub Codespaces).
43+
- **infra** folder contains Bicep&ARM infrastructure as code templates used in some lab scenarios.
44+
- **.github** folder container YAML GitHub workflow definitions.
45+
- **src** folder contains the .NET 8 website used on the lab scenarios.
4646

4747
#### Task 1: Create a public repository in GitHub and import eShopOnWeb
4848

0 commit comments

Comments
 (0)