Skip to content

chore: fix various issues #7

chore: fix various issues

chore: fix various issues #7

Workflow file for this run

name: Check Markdown links
on:
pull_request:
paths:
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
base-branch: 'main'
config-file: '.github/workflows/markdown.links.config.json'