Skip to content

Build(deps-dev): bump form-data from 4.0.5 to 4.0.6 #527

Build(deps-dev): bump form-data from 4.0.5 to 4.0.6

Build(deps-dev): bump form-data from 4.0.5 to 4.0.6 #527

name: 'Markdown Lint'
on:
pull_request:
workflow_call:
permissions:
contents: read
pull-requests: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v6
- name: "Filter Changes"
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
id: changes
with:
filters: |
src:
- '**.md'
# lint markdown
- name: "Lint Markdown"
if: steps.changes.outputs.src == 'true'
run: |
npm ci
npx markdownlint '**.md' --ignore node_modules