Skip to content

Merge pull request #88 from LoveEachDay/fix-release #130

Merge pull request #88 from LoveEachDay/fix-release

Merge pull request #88 from LoveEachDay/fix-release #130

Workflow file for this run

name: Markdown Links Check
on:
push:
branches:
- master
pull_request: {}
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Run link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown.links.config.json'