Skip to content

Bump matlab-actions/run-command from 2.1.1 to 2.3.0 (#280) #428

Bump matlab-actions/run-command from 2.1.1 to 2.3.0 (#280)

Bump matlab-actions/run-command from 2.1.1 to 2.3.0 (#280) #428

---
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@v5
- uses: gaurav-nelson/github-action-markdown-link-check@v1