Skip to content

Firmer guidance on repo config #155

Firmer guidance on repo config

Firmer guidance on repo config #155

name: Check Markdown Links
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
jobs:
markdown-check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976 # 1.0.13
with:
use-quiet-mode: 'yes'
config-file: .github/workflows/markdown-check-links.json