Skip to content

fix dead link

fix dead link #2570

Workflow file for this run

name: Lint Documentation
on:
push:
paths:
- "**.md"
branches:
- main
pull_request:
paths: "**.md"
permissions:
contents: read
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-quiet-mode: 'yes'
config-file: .markdownlinkcheck.json