Skip to content

Commit

Permalink
Add lychee parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Dec 15, 2024
1 parent 63efab5 commit 704ed52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,12 @@ jobs:
name: "Run Lychee"
uses: "lycheeverse/[email protected]"
with:
args: >-
--verbose
--no-progress
--require-https
--max-concurrency 2
--user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'

Check failure on line 64 in .github/workflows/markdown.yml

View workflow job for this annotation

GitHub Actions / YAML validity

64:121 [line-length] line too long (146 > 120 characters)
'./**/*.md'
output: "${{ runner.temp }}/lychee/out.md"
fail: true

0 comments on commit 704ed52

Please sign in to comment.