Skip to content

Merge pull request #281 from smallstep/carl/linkfix #79

Merge pull request #281 from smallstep/carl/linkfix

Merge pull request #281 from smallstep/carl/linkfix #79

Workflow file for this run

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