Skip to content

Commit dd104c0

Browse files
authored
markdown link checker updates (#289)
1 parent 2816737 commit dd104c0

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/scripts/markdown-link-check-with-retry.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/reusable-markdown-link-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
find . -type f \
1818
-name '*.md' \
1919
-not -path './CHANGELOG.md' \
20-
| xargs .github/scripts/markdown-link-check-with-retry.sh
20+
| xargs markdown-link-check \
21+
--config .github/scripts/markdown-link-check-config.json

0 commit comments

Comments
 (0)