Skip to content

Commit 0f77f07

Browse files
authored
chore(ci): bump markdownlint action to use markdownlint-cli2@v0.17.2 (#1850)
1 parent 9915a25 commit 0f77f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tox_verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- name: Checkout ethereum/execution-spec-tests
8585
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
86-
- uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8
86+
- uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265
8787
with:
8888
globs: |
8989
README.md

docs/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)