File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
steps :
84
84
- name : Checkout ethereum/execution-spec-tests
85
85
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
86
- - uses : DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8
86
+ - uses : DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265
87
87
with :
88
88
globs : |
89
89
README.md
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ uv run codespell *.md *.ini .github/ src/ tests/ docs/ --write-changes
74
74
75
75
``` console
76
76
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
78
78
```
79
79
80
80
Or use a specific node version using ` nvm ` .
You can’t perform that action at this time.
0 commit comments