Skip to content

Merge pull request #5155 from mboersma/release-notes-v1.16.2 #2657

Merge pull request #5155 from mboersma/release-notes-v1.16.2

Merge pull request #5155 from mboersma/release-notes-v1.16.2 #2657

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-quiet-mode: 'yes'
config-file: .markdownlinkcheck.json