Skip to content

fix(ci): Run linter and MD link check on every PR and push to main #463

fix(ci): Run linter and MD link check on every PR and push to main

fix(ci): Run linter and MD link check on every PR and push to main #463

Workflow file for this run

name: Check Markdown links
on:
pull_request:
push:
branches:
- main
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@master
with:
folder-path: "docs"
check-modified-files-only: "yes"
use-quiet-mode: "yes"
base-branch: "main"
config-file: "mlc_config.json"