Skip to content

Update README.md

Update README.md #559

name: markdown link
on:
pull_request:
paths:
- "**.md"
- "docs/**"
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # 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/markdown.links.config.json"