Skip to content

[pull] master from chaos-mesh:master #665

[pull] master from chaos-mesh:master

[pull] master from chaos-mesh:master #665

Workflow file for this run

name: Check Markdown links
on:
pull_request:
branches:
- master
paths:
- "**.md"
- ".github/checklink_config.json"
permissions: read-all
jobs:
markdown-link-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
check-modified-files-only: 'yes'
config-file: ".github/checklink_config.json"