We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d893b12 commit 06acd50Copy full SHA for 06acd50
.github/workflows/markdown-link-check.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
17
- name: Install markdown-link-check
18
- run: npm install -g markdown-link-check#3.12.0
+ run: npm install -g markdown-link-check@3.12.0
19
20
- name: Run markdown-link-check
21
run: |
0 commit comments