We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e5949 + c6fa96e commit 8f23585Copy full SHA for 8f23585
.github/workflows/internal-check-links-in-documentation.yml
@@ -37,6 +37,6 @@ jobs:
37
38
- name: Check links in top level documentation Markdown files
39
if: ${{ ! env.skip_link_check}}
40
- run: npx --yes markdown-link-check@3.13.6 --verbose --alive=200,202,206 --retry README.md COMMANDS.md GETTING_STARTED.md INTEGRATION.md
+ run: npx --yes markdown-link-check@3.13.7 --verbose --alive=200,202,206 --retry README.md COMMANDS.md GETTING_STARTED.md INTEGRATION.md
41
# Temporarily, everything is done using command line options rather than with the config file, which doesn't seem to work.
42
# Maybe related to https://github.com/tcort/markdown-link-check/issues/379 ?
0 commit comments