Skip to content

Commit

Permalink
chore: use lychee as link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Oct 14, 2024
1 parent 5155221 commit b5c61a7
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@ on:
- main

jobs:
markdown-link-check:
name: Broken markdown links
lychee-link-check:
name: Link check
runs-on: ubuntu-latest
steps:
- name: Code checkout
uses: actions/checkout@v4

- name: Run link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
with:
use-quiet-mode: "no"
use-verbose-mode: "yes"
check-modified-files-only: "no"
base-branch: ${{ github.head_ref }}
fail: true

fmt:
name: Formatting (rustfmt)
Expand Down

0 comments on commit b5c61a7

Please sign in to comment.