This pull request updates the YAML code block and instructions so that the code block, when it runs as a workflow, can correctly upload the artifacts of the remark linter using the upload-artifact action.
Changes
Updated the Run markdown lint step in the build job to use vfile-reporter-json and output the results to remark-lint-report.json.
Updated the step that uses the upload-artifact action to upload the remark-lint-report.json file.
Updated the instructions accordingly.
Closes: #35
Task list
[x] For workflow changes, I have verified the Actions workflows function as expected.
[x] For content changes, I have reviewed the style guide.
Summary
This pull request updates the YAML code block and instructions so that the code block, when it runs as a workflow, can correctly upload the artifacts of the remark linter using the
upload-artifact
action.Changes
Run markdown lint
step in thebuild
job to usevfile-reporter-json
and output the results toremark-lint-report.json
.upload-artifact
action to upload theremark-lint-report.json
file.Closes: #35
Task list