sigs.k8s.io/cluster-api@v1.7.1/.github/workflows/pr-md-link-check.yaml (about)

     1  name: PR check Markdown links
     2  
     3  on:
     4    pull_request:
     5      types: [opened, edited, synchronize, reopened]
     6      paths:
     7        - '**.md'
     8  
     9  # Remove all permissions from GITHUB_TOKEN except metadata.
    10  permissions: {}
    11  
    12  jobs:
    13    markdown-link-check:
    14      name: Broken Links
    15      runs-on: ubuntu-latest
    16      steps:
    17      - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag=v4.1.2
    18      - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
    19        with:
    20          use-quiet-mode: 'yes'
    21          config-file: .markdownlinkcheck.json
    22          check-modified-files-only: 'yes'
    23          base-branch: release-1.7