Unpin markdown-link-check version (#8899)

This commit is contained in:
Lauri Tulmin 2023-07-09 18:49:32 +03:00 committed by GitHub
parent 0607f0b6b8
commit 6f09cf79b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install markdown-link-check
# fix version to 3.10.3 as 3.11.0 appears to ignore --config, so we can't specify our own
# configuration file
run: npm install -g markdown-link-check@3.10.3
run: npm install -g markdown-link-check
- name: Run markdown-link-check
run: |