Skip to content

Merge pull request #350 from smallstep/carl/fixes-309 #147

Merge pull request #350 from smallstep/carl/fixes-309

Merge pull request #350 from smallstep/carl/fixes-309 #147

Workflow file for this run

name: Check Markdown links in merges
on:
push:
branches:
- main
jobs:
markdown-link-check:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-extension: '.mdx'
use-quiet-mode: 'yes'
config-file: '.github/mdl.config.json'