Skip to content

Bump matlab-actions/run-command from 1.2.1 to 1.2.2 #170

Bump matlab-actions/run-command from 1.2.1 to 1.2.2

Bump matlab-actions/run-command from 1.2.1 to 1.2.2 #170

Workflow file for this run

name: Check Markdown links
# checking for any dead links in markdown files
on:
push:
branches:
- main
- dev
pull_request:
branches: ['*']
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'