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 9bc7c3e commit 1215708Copy full SHA for 1215708
.github/workflows/broken-links.yml
@@ -14,6 +14,6 @@ jobs:
14
id: lc
15
uses: lycheeverse/lychee-action@v2
16
with:
17
- args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206
+ args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --max-concurrency 32
18
- name: Fail?
19
run: 'exit ${{ steps.lc.outputs.exit_code }}'
0 commit comments