Skip to content

Commit 5855efd

Browse files
authored
chore(ci): bump markdownlint action to use markdownlint-cli2@v0.17.2 (#1850)
1 parent 1db7334 commit 5855efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/code_standards_details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ uv run codespell *.md *.ini .github/ src/ tests/ docs/ --write-changes
7474

7575
```console
7676
sudo apt install nodejs
77-
sudo npm install markdownlint-cli2 --global
77+
sudo npm install -g markdownlint-cli2@0.17.2 # the version used in ci
7878
```
7979

8080
Or use a specific node version using `nvm`.

0 commit comments

Comments
 (0)