Skip to content

fix(deps): update dependency docsify-cli to v5 #1808

fix(deps): update dependency docsify-cli to v5

fix(deps): update dependency docsify-cli to v5 #1808

Workflow file for this run

name: markdown-linter
on:
pull_request:
branches:
- master
types: [opened, synchronize, reopened, ready_for_review]
jobs:
lint:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v7
- uses: DavidAnson/markdownlint-cli2-action@v24
with:
globs: |
*.md
**/*.md
!**/specs/**