Skip to content

Repository restructuring: Fix naming, add community infrastructure, enhance CI/CD #35

Repository restructuring: Fix naming, add community infrastructure, enhance CI/CD

Repository restructuring: Fix naming, add community infrastructure, enhance CI/CD #35

name: Markdown Link Check
on:
push:
branches: [ main, develop ]
paths:
- '**.md'
pull_request:
branches: [ main, develop ]
paths:
- '**.md'
jobs:
markdown-check:
name: Check Markdown Links
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Check Markdown Links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/markdown-link-check-config.json'
continue-on-error: true