Skip to content

馃殌 Release v1.14.1 #4166

馃殌 Release v1.14.1

馃殌 Release v1.14.1 #4166

name: PR check 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@3d3c42e5aac5ba805825da76410c181273ba90b1 # tag=v7.0.1
with:
persist-credentials: false
- uses: tcort/github-action-markdown-link-check@e047c5b37f24ab722bbef1a27b6fab7f96bc4068 # tag=v1.1.3
with:
use-quiet-mode: 'yes'
config-file: .markdownlinkcheck.json
check-modified-files-only: 'yes'
base-branch: ${{ github.base_ref }}