Skip to content

Commit 8f23585

Browse files
authored
Merge pull request #344 from JohT/renovate/markdown-link-check-3.x
Update dependency markdown-link-check to v3.13.7
2 parents 06e5949 + c6fa96e commit 8f23585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/internal-check-links-in-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
3838
- name: Check links in top level documentation Markdown files
3939
if: ${{ ! env.skip_link_check}}
40-
run: npx --yes [email protected].6 --verbose --alive=200,202,206 --retry README.md COMMANDS.md GETTING_STARTED.md INTEGRATION.md
40+
run: npx --yes [email protected].7 --verbose --alive=200,202,206 --retry README.md COMMANDS.md GETTING_STARTED.md INTEGRATION.md
4141
# Temporarily, everything is done using command line options rather than with the config file, which doesn't seem to work.
4242
# Maybe related to https://github.com/tcort/markdown-link-check/issues/379 ?

0 commit comments

Comments
 (0)