Skip to content

Commit 97c6bd7

Browse files
authored
Speed up link checking (#14009)
1 parent 8a7fbc5 commit 97c6bd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
--exclude "^http://code.google.com/p/concurrentlinkedhashmap$"
2323
--exclude "^https://softwareengineering.stackexchange.com/questions/29727"
2424
--max-retries 6
25-
--max-concurrency 1
25+
--max-concurrency 4
26+
--github-token ${{ github.token }}
2627
.

0 commit comments

Comments
 (0)