Skip to content

⚠️ Make ip-address-manager an IPAM provider for CAPI #111

⚠️ Make ip-address-manager an IPAM provider for CAPI

⚠️ Make ip-address-manager an IPAM provider for CAPI #111

Workflow file for this run

name: Check Markdown links
on:
pull_request:
types: [opened, edited, synchronize, reopened]
paths:
- '**.md'
permissions: {}
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-quiet-mode: 'yes'
config-file: .markdownlinkcheck.json