Skip to content

docs: add lychee github action for test purposes #1

docs: add lychee github action for test purposes

docs: add lychee github action for test purposes #1

Workflow file for this run

name: Lychee Link Checker
on: [pull_request]
jobs:
LinkCheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: lycheeverse/[email protected]
with:
fail: true
args: --base . --verbose --no-progress './**/*.md' './**/*.mdx'