Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Add dependency to new coverage plugin. #1326

Add dependency to new coverage plugin.

Add dependency to new coverage plugin. #1326

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'