Skip to content

fix: Ignore or update dead links #10

fix: Ignore or update dead links

fix: Ignore or update dead links #10

Workflow file for this run

name: check
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
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/config/mlc_config.json"