Skip to content

feat: Options for Building and Running Private/Custom Models #480

feat: Options for Building and Running Private/Custom Models

feat: Options for Building and Running Private/Custom Models #480

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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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"