Skip to content

Fix links and update lychee in CI (#51) #37

Fix links and update lychee in CI (#51)

Fix links and update lychee in CI (#51) #37

name: Links (Fail Fast)
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress './**/*.md' './**/*.html' --timeout 60
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}