Skip to content

build(deps-dev): bump @babel/traverse from 7.15.0 to 7.23.2 in /packages/cli #3212

build(deps-dev): bump @babel/traverse from 7.15.0 to 7.23.2 in /packages/cli

build(deps-dev): bump @babel/traverse from 7.15.0 to 7.23.2 in /packages/cli #3212

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'