Skip to content

Add dependency to new coverage plugin. #1324

Add dependency to new coverage plugin.

Add dependency to new coverage plugin. #1324

name: 'Check Markdown links'
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: 'no'
config-file: '.github/check-md-links.json'