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 bbd309b commit 5f3651bCopy full SHA for 5f3651b
1 file changed
.github/workflows/checks.yml
@@ -41,7 +41,9 @@ jobs:
41
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
42
id: lychee
43
with:
44
- args: --cache --max-retries 0 --max-concurrency 30 --exclude stackoverflow.com/* --insecure --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36" --no-progress **/*.md **/*.html
+ args: --cache --max-retries 0 --max-concurrency 30 --exclude stackoverflow.com/*
45
+ --insecure --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36"
46
+ --no-progress **/*.md **/*.html
47
fail: true
48
token: ${{ secrets.GITHUB_TOKEN }}
49
0 commit comments