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 213d802 commit 9c10919Copy full SHA for 9c10919
.github/workflows/reusable-markdown-link-check.yml
@@ -22,5 +22,6 @@ jobs:
22
--exclude "^http://code.google.com/p/concurrentlinkedhashmap$"
23
--exclude "^https://softwareengineering.stackexchange.com/questions/29727"
24
--max-retries 6
25
- --max-concurrency 1
+ --max-concurrency 4
26
+ --github-token ${{ github.token }}
27
.
0 commit comments