Skip to content

Replace LogEmittingProbes with EventSourceEmittingProbes and add support for artifact egress on the 'POST /parameters' route. #577

Replace LogEmittingProbes with EventSourceEmittingProbes and add support for artifact egress on the 'POST /parameters' route.

Replace LogEmittingProbes with EventSourceEmittingProbes and add support for artifact egress on the 'POST /parameters' route. #577

name: 'Check markdown links'
on:
pull_request:
paths: ['**.md']
branches: ['main']
permissions:
pull-requests: read
jobs:
check-markdown-links:
name: 'Check markdown links'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
persist-credentials: false
- name: Check markdown links
uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368
with:
config-file: .github/linters/check-markdown-links-config.json
use-quiet-mode: 'yes'
use-verbose-mode: 'no'