Skip to content

Simplify pseudo re-export handling #682

Simplify pseudo re-export handling

Simplify pseudo re-export handling #682

name: Check Markdown links
on:
push:
branches:
- '**'
tags:
- '!**'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Check Markdown links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/markdown-link-check.json
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'