Skip to content

Merge pull request #251 from cpp-lln-lab/dependabot/github_actions/ma… #369

Merge pull request #251 from cpp-lln-lab/dependabot/github_actions/ma…

Merge pull request #251 from cpp-lln-lab/dependabot/github_actions/ma… #369

Workflow file for this run

---
name: Check Markdown links
# checking for any dead links in markdown files
on:
push:
branches:
- master
pull_request:
branches: ['*']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1