Skip to content

[release-notes] .NET Libraries in .NET 11 RC 1 #6047

[release-notes] .NET Libraries in .NET 11 RC 1

[release-notes] .NET Libraries in .NET 11 RC 1 #6047

name: Check Markdown links
on:
push:
paths:
- '**.md'
pull_request:
branches: '**'
paths:
- '**.md'
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
config-file: '.github/workflows/markdown-link-check-config.json'
base-branch: ${{ github.base_ref || 'main' }}