Skip to content

Commit

Permalink
CI: Broken link checking with lychee.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Dec 3, 2023
1 parent ebcb1c3 commit e47b7d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ jobs:
uses: ./.github/actions/build_setup
- name: Run cargo-udeps
uses: aig787/cargo-udeps-action@v1
links:
name: Links
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Run lychee
uses: lycheeverse/[email protected]
with:
fail: true
coverage:
name: Coverage
runs-on: ubuntu-latest
Expand Down

0 comments on commit e47b7d0

Please sign in to comment.