Skip to content

Commit d8c0190

Browse files
committed
move script
1 parent c263dcb commit d8c0190

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
find . -type f \
2323
-name '*.md' \
2424
-not -path '**/CHANGELOG.md' \
25-
| xargs .github/scripts/markdown-link-check-with-retry.sh
25+
| xargs ./scripts/markdown-link-check-with-retry.sh

0 commit comments

Comments
 (0)