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