Skip to content

build(deps-dev): bump docsify from 4.12.1 to 4.13.1 #3213

build(deps-dev): bump docsify from 4.12.1 to 4.13.1

build(deps-dev): bump docsify from 4.12.1 to 4.13.1 #3213

Workflow file for this run

name: check markdown files
on:
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]
branches:
- main
jobs:
markdown-link-check:
if: ${{ github.event_name == 'push' || github.event.pull_request.draft == false }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
config-file: '.markdown.config.json'
folder-path: 'docs'