Skip to content

Commit 5f3651b

Browse files
authored
Adds some line breaks for ease of reading
1 parent bbd309b commit 5f3651b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
4242
id: lychee
4343
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
44+
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
4547
fail: true
4648
token: ${{ secrets.GITHUB_TOKEN }}
4749

0 commit comments

Comments
 (0)