Skip to content

Commit

Permalink
Update markdownlint-cli version in "Check Markdown" template instal…
Browse files Browse the repository at this point in the history
…lation docs

This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used
with.
  • Loading branch information
per1234 committed Jun 23, 2023
1 parent ec136bb commit 2ea2f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow-templates/check-markdown-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
Add the dependencies by running this command:

```text
npm install --save-dev markdown-link-check@^3.11.2 markdownlint-cli@^0.33.0
npm install --save-dev markdown-link-check@^3.11.2 markdownlint-cli@^0.35.0
```

Commit the resulting changes to the `package.json` and `package-lock.json` files.
Expand Down

0 comments on commit 2ea2f98

Please sign in to comment.