Skip to content

Improve coverage and verify that no range is created in the end. #154

Improve coverage and verify that no range is created in the end.

Improve coverage and verify that no range is created in the end. #154

Workflow file for this run

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'