Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

remove deadlink

remove deadlink #43

name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/markdown-link-check.json
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
folder-path: 'docs'