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 bf00636 + a43dd3f commit f19656bCopy full SHA for f19656b
.github/workflows/internal-check-links-in-documentation.yml
@@ -38,6 +38,6 @@ jobs:
38
39
- name: Check links in top level documentation Markdown files
40
if: ${{ ! env.skip_link_check}}
41
- run: npx --yes markdown-link-check@3.13.7 --verbose --alive=200,202,206 --retry README.md COMMANDS.md GETTING_STARTED.md INTEGRATION.md CHANGELOG.md
+ run: npx --yes markdown-link-check@3.14.1 --verbose --alive=200,202,206 --retry README.md COMMANDS.md GETTING_STARTED.md INTEGRATION.md CHANGELOG.md
42
# Temporarily, everything is done using command line options rather than with the config file, which doesn't seem to work.
43
# Maybe related to https://github.com/tcort/markdown-link-check/issues/379 ?
0 commit comments