Skip to content

CI: workload-identity native #2540

CI: workload-identity native

CI: workload-identity native #2540

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@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
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