Skip to content

Commit cddc8ac

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

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/markdown-lint.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ 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
37+
38+
- name: Test dependencies
39+
run: |
40+
markdownlint --version
3641
3742
- name: Lint
3843
run: >

0 commit comments

Comments
 (0)