Skip to content

In *.md files use 4 spaces wide indent for better compatibility with GitHub and Bitbucket #66

In *.md files use 4 spaces wide indent for better compatibility with GitHub and Bitbucket

In *.md files use 4 spaces wide indent for better compatibility with GitHub and Bitbucket #66

name: External Links Check
on:
pull_request:
jobs:
broken_link_check:
name: Markdown link check
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/markdown-link-check.json'
use-verbose-mode: 'yes'