Skip to content

ci(non-gitlab): [agent6] Misc updates #33691

ci(non-gitlab): [agent6] Misc updates

ci(non-gitlab): [agent6] Misc updates #33691

name: Check Markdown links
on:
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes
config-file: .markdown-link-check
check-modified-files-only: yes
base-branch: ${{ github.base_ref }}