Skip to content

DC-5259 Added Lychee Link Checker #10

DC-5259 Added Lychee Link Checker

DC-5259 Added Lychee Link Checker #10

Workflow file for this run

name: Lychee
on: [pull_request]
jobs:
lychee:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Lychee Link Checker
uses: lycheeverse/lychee-action@v2
with:
args: --verbose --no-progress './**/*.md' './**/*.mdx' './**/*.html'
fail: true
- name: Comment Broken Links
uses: marocchino/sticky-pull-request-comment@v2
with:
path: lychee/out.md