Skip to content

fix(new-e2e): [agent6] Update containers tests #33715

fix(new-e2e): [agent6] Update containers tests

fix(new-e2e): [agent6] Update containers tests #33715

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 }}