[test-infra-definitions][automated] Bump test-infra-definitions to 7442fc4b26bb7e82fcc139f972a22e20bef51d7a #28050
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Markdown links | |
on: | |
pull_request: | |
permissions: {} | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | |
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15 | |
with: | |
use-quiet-mode: yes | |
config-file: .markdown-link-check | |
check-modified-files-only: yes | |
base-branch: ${{ github.base_ref }} |