Skip to content

Commit 91e5b1f

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Now use fixed version of markdownlint
1 parent 6fd5a8e commit 91e5b1f

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
@@ -32,7 +32,8 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333

3434
- name: Install dependencies
35-
run: npm install -g markdownlint-cli
35+
run: >
36+
npm install -g --ignore-scripts markdownlint-cli@0.47.0
3637
3738
- name: Lint
3839
run: >

0 commit comments

Comments
 (0)