Step 2 #328
-
When the tutorial said this ⌨️ Activity: Fix the test
What file does the tutorial refer to? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This instruction is really confusing. |
Beta Was this translation helpful? Give feedback.
-
Commenting for posterity's sake as I was convinced GitHub actions had broken yet again like on previous tutorials. This is the intended output: Run markdown lint
----------------------------------------------------------------
> Run npm install remark-cli remark-preset-lint-consistent
added 202 packages in 8s
103 packages are looking for funding
run `npm fund` for details
.github/steps/0-welcome.md: no issues found
.github/steps/1-add-a-test-workflow.md: no issues found
.github/steps/2-fix-the-test.md: no issues found
.github/steps/3-upload-test-reports.md: no issues found
.github/steps/4-add-branch-protections.md: no issues found
.github/steps/[5](https://github.com/hyphena/skills-test-with-actions/actions/runs/8696310314/job/23849272201#step:3:6)-merge-your-pull-request.md: no issues found
.github/steps/X-finish.md: no issues found
README.md: no issues found
resume.md
9:18-9:23 warning Unexpected emphasis marker `*`, expected `_` emphasis-marker remark-lint
[cause]:
3:1-3:[7](https://github.com/hyphena/skills-test-with-actions/actions/runs/8696310314/job/23849272201#step:3:8)9 info Emphasis marker style `'_'` first defined for `'consistent'` here emphasis-marker remark-lint
⚠ 1 warning
Error: Process completed with exit code 1. I'm not familiar with this specific kind of error output just yet so I was caught off guard lol. It does point out where and why your test has failed, in this case your repo contains a |
Beta Was this translation helpful? Give feedback.
This instruction is really confusing.$\color{#d4a72c}{\textsf{warning}}$ helps a lot.
Look at the Actions logs for the error message. The message following