Skip to content

Commit

Permalink
Merge pull request #1 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Run Lychee as an action
  • Loading branch information
adamlaki authored Mar 1, 2024
2 parents 8e14364 + 012106c commit 8fb2c07
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,18 @@ jobs:

steps:
-
name: Checkout code
name: Checkout repository
uses: actions/checkout@v3
-
name: Install Lychee
run: cargo install lychee
-
name: Run Lychee
run: lychee --version

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'
'./**/*.md'
output: ${{ runner.temp }}/lychee/out.md
fail: true

0 comments on commit 8fb2c07

Please sign in to comment.