Skip to content

master by @ameteiko #26

master by @ameteiko

master by @ameteiko #26

Workflow file for this run

name: Check Markdown Links
run-name: ${{ github.ref_name }} by @${{ github.actor }} ${{github.event.title}}
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'no'
config-file: '.mlc.config.json'
folder-path: '.'
max-depth: -1