Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Linter v2

Linter v2 #3

Workflow file for this run

name: "[linter] Markdown links"
on:
pull_request:
paths:
- '**.md'
jobs:
markdown-link-check-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/mlc_config.json
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'