Skip to content

Commit 2ea2f98

Browse files
committed
Update markdownlint-cli version in "Check Markdown" template installation docs
This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with.
1 parent ec136bb commit 2ea2f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-markdown-task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
3737
Add the dependencies by running this command:
3838

3939
```text
40-
npm install --save-dev markdown-link-check@^3.11.2 markdownlint-cli@^0.33.0
40+
npm install --save-dev markdown-link-check@^3.11.2 markdownlint-cli@^0.35.0
4141
```
4242

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

0 commit comments

Comments
 (0)