Skip to content

style: enable markdownlint #1

style: enable markdownlint

style: enable markdownlint #1

Workflow file for this run

name: Run markdownlint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: npx markdownlint-cli "**/*.md" --ignore "docs/index.md"