Skip to content

review and improve instructions on PR blocking for Code #6221

review and improve instructions on PR blocking for Code

review and improve instructions on PR blocking for Code #6221

name: Check Markdown links
on: [pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
base-branch: "main"
check-modified-files-only: "yes"
config-file: ".mlc_config.json"