Skip to content

never-die: expand on how I reply #356

never-die: expand on how I reply

never-die: expand on how I reply #356

Workflow file for this run

# Docs: https://github.com/marketplace/actions/markdown-link-check
name: Markdown links
on:
# Trigger the workflow on push or pull requests, but only for the
# main branch
push:
branches:
- main
- '*/ci'
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: 'mlc_config.json'