Skip to content

[release-1.4] 📖 Fix Equinix metal link in docs #2162

[release-1.4] 📖 Fix Equinix metal link in docs

[release-1.4] 📖 Fix Equinix metal link in docs #2162

Workflow file for this run

name: Check PR Markdown links
on:
pull_request:
types: [opened, edited, synchronize, reopened]
paths:
- '**.md'
# Remove all permissions from GITHUB_TOKEN except metadata.
permissions: {}
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag=v3.5.0
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
with:
use-quiet-mode: 'yes'
config-file: .markdownlinkcheck.json
check-modified-files-only: 'yes'
base-branch: release-1.4