Skip to content

Implemented workflow to check markdown links #1

Implemented workflow to check markdown links

Implemented workflow to check markdown links #1

Workflow file for this run

name: Check markdown links
on:
push:
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'