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.
1 parent 69efc79 commit 5855477Copy full SHA for 5855477
.github/workflows/markdown-link-check.yml
@@ -31,5 +31,6 @@ jobs:
31
run: yarn
32
- name: Run markdown-link-check on MD files
33
run:
34
- find . -name "*.md" | grep -v node_modules | xargs -n 1 yarn
35
- markdown-link-check -c markdown_link_check_config.json -q
+ find . -name "*.md" | grep -v node_modules | grep -v CHANGELOG.md |
+ xargs -n 1 yarn markdown-link-check -c markdown_link_check_config.json
36
+ -q
0 commit comments