Skip to content

chore: backport 20260318 #804

chore: backport 20260318

chore: backport 20260318 #804

Workflow file for this run

name: Markdown Link Checker
on:
pull_request:
paths:
- '**.md'
- "docs/**"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: tcort/github-action-markdown-link-check@v1
with:
# this will only show errors in the output
use-quiet-mode: 'yes'
# this will show detailed HTTP status for checked links
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown.links.config.json'