Skip to content

Bump ws from 7.5.9 to 7.5.10 #1071

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #1071

Workflow file for this run

name: Check Markdown links
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
folder-path: 'docs/'