Skip to content

Commit f648e7a

Browse files
authored
Update 2-github-actions-workflows-ci.md
1 parent e190c13 commit f648e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/github/github-actions-ci/includes/2-github-actions-workflows-ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Imagine that your organization has 10 microservices. All 10 microservices need t
115115
- Lint code
116116
- Deploy to a specific environment
117117

118-
Without reusable workflows, every repo contains duplicated logic that list the repeated steps in each workflow.
118+
Without reusable workflows, every repo contains duplicated logic that lists the repeated steps in each workflow.
119119

120120
If you use reusable workflows:
121121

@@ -316,7 +316,7 @@ The following table describes common workflow failure scenarios:
316316
|--------|--------------|
317317
| A step fails and returns `command not found`l | Missing dependency or wrong setup |
318318
| `npm install` fails. | Corrupt `package-lock.json` file or a network issue |
319-
| A test step failsl | Unit test issues, missing configuration file, or invalid test syntax |
319+
| A test step fails | Unit test issues, missing configuration file, or invalid test syntax |
320320
| `Permission denied` appears. | Incorrect file permissions or missing secrets |
321321

322322
## Identify how to access workflow logs in GitHub

0 commit comments

Comments
 (0)