Skip to content

add lychee gh actions to check for dead links #1

add lychee gh actions to check for dead links

add lychee gh actions to check for dead links #1

Workflow file for this run

name: Dead Links (Fail Fast)
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.0
with:
fail: true
args: --base . --verbose --no-progress 'README.md'