Skip to content

Commit 76ad5e4

Browse files
committed
Reduce link check output to error only
1 parent 9decbe3 commit 76ad5e4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
3939
- name: Check links in top level documentation Markdown files
4040
if: ${{ ! env.skip_link_check}}
41-
run: npx --yes markdown-link-check@3.14.2 --config markdown-lint-check-config.json README.md COMMANDS.md GETTING_STARTED.md INTEGRATION.md CHANGELOG.md
41+
run: npx --yes markdown-link-check@3.14.2 --config markdown-lint-check-config.json --quiet README.md COMMANDS.md GETTING_STARTED.md INTEGRATION.md CHANGELOG.md

markdown-lint-check-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
"retryOn429": true,
99
"retryCount": 3,
1010
"fallbackRetryDelay": "60s",
11-
"aliveStatusCodes": [200, 202, 206],
12-
"verbose": true
11+
"aliveStatusCodes": [200, 202, 206]
1312
}

0 commit comments

Comments
 (0)