Skip to content

Fetch upstream

Fetch upstream #7

Workflow file for this run

# Check for broken links
name: Link-check
on:
push:
paths:
- "docs/**"
branches:
- main
pull_request:
paths: "docs/**"
jobs:
lint_docs:
name: Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
with:
use-quiet-mode: 'yes'
config-file: ".markdownlinkcheck.json"