Skip to content

chore(master): release 2.0.0 #113

chore(master): release 2.0.0

chore(master): release 2.0.0 #113

# Syntax: https://github.com/marketplace/actions/markdown-link-check
# Source: https://github.com/tcort/markdown-link-check
# Local install: npm install -g markdown-link-check
# Local check one: markdown-link-check ./README.md
# Local check many: find . -name \*.md -exec markdown-link-check {} \;
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:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'