Skip to content

Merge pull request #3110 from dpc/explicity-req-targets #12

Merge pull request #3110 from dpc/explicity-req-targets

Merge pull request #3110 from dpc/explicity-req-targets #12

Workflow file for this run

on: [push, pull_request]
name: Markdown Link Check
jobs:
markdown-link-check:
runs-on: ubuntu-22.04
continue-on-error: true # can fail for external reasons, so don't be a blocker
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'