sigs.k8s.io/cluster-api-provider-azure@v1.17.0/.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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 20 with: 21 egress-policy: audit 22 23 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 24 - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1 25 with: 26 use-quiet-mode: 'yes' 27 config-file: .markdownlinkcheck.json