Skip to content

🌱 Add pre-commit config and CI integration #1421

🌱 Add pre-commit config and CI integration

🌱 Add pre-commit config and CI integration #1421

Workflow file for this run

name: Markdown Link Checker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lychee:
name: Check Markdown Links
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run lychee link checker
uses: lycheeverse/lychee-action@v2.7.0
with:
args: '--config .lychee.toml --verbose --no-progress **/*.md'
fail: true