sigs.k8s.io/cluster-api-provider-azure@v1.14.3/.github/workflows/lint-docs.yaml (about) 1 name: Lint Documentation 2 on: 3 push: 4 paths: 5 - "**.md" 6 branches: 7 - main 8 pull_request: 9 paths: "**.md" 10 permissions: 11 contents: read 12 13 jobs: 14 markdown-link-check: 15 name: Broken Links 16 runs-on: ubuntu-latest 17 steps: 18 - name: Harden Runner 19 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0 20 with: 21 egress-policy: audit 22 23 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 24 - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1 25 with: 26 use-quiet-mode: 'yes' 27 config-file: .markdownlinkcheck.json