Skip to content

chore(deps): update dependency markdownlint-cli2 to v0.17.2 #1379

chore(deps): update dependency markdownlint-cli2 to v0.17.2

chore(deps): update dependency markdownlint-cli2 to v0.17.2 #1379

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@v4
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: |
*.md
**/*.md