Skip to content

Commit 6883f68

Browse files
committed
chore: pin markdown-link-check version
1 parent d778205 commit 6883f68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/markdown_linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
branches:
55
- main
66
pull_request:
7-
workflow_dispatch:
87
schedule:
98
- cron: "0 0 * * 0"
109

@@ -16,7 +15,7 @@ jobs:
1615
with:
1716
fetch-depth: 0
1817
- run: |
19-
npm install -g markdown-link-check
18+
npm install -g markdown-link-check@3.14.2
2019
find . -name "*.md" -not -path './.git/*' -not -path './node_modules/*' -print0 | xargs -0 -n1 markdown-link-check -c .github/markdown-link-check-config.json
2120
markdown_lint:
2221
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)