Skip to content

chore: Backport v20260512 #812

chore: Backport v20260512

chore: Backport v20260512 #812

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # 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'