Skip to content

Merge remote-tracking branch 'origin/master' #1330

Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master' #1330

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'