Skip to content

Bump matlab-actions/run-command from 2.4.0 to 2.4.1 (#285) #440

Bump matlab-actions/run-command from 2.4.0 to 2.4.1 (#285)

Bump matlab-actions/run-command from 2.4.0 to 2.4.1 (#285) #440

---
name: Check Markdown links
# checking for any dead links in markdown files
on:
push:
branches:
- main
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@v6
- uses: gaurav-nelson/github-action-markdown-link-check@v1