Pin dead-link-checker to fixed version (#131)

This commit is contained in:
kezhenxu94 2022-03-26 22:52:19 +08:00 committed by GitHub
parent 6eac49dd23
commit 07f2f7c6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- run: sudo npm install -g markdown-link-check
- run: sudo npm install -g markdown-link-check@3.8.7
- run: |
for file in $(find . -name "*.md"); do
markdown-link-check -c .dlc.json -q "$file"