Skip to content

Commit d7e2b34

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Now use fixed version of markdownlint
1 parent 9bdf8ec commit d7e2b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
with:
2525
node-version: 24.x
2626
- name: Install dependencies
27-
run: npm install -g markdownlint-cli
27+
run: >
28+
npm install -g --ignore-scripts markdownlint-cli@0.47.0
2829
2930
- name: Lint
3031
run: >

0 commit comments

Comments
 (0)