Skip to content

[examples] finish the Spektor correction: $6.5M → ~$16M #95

[examples] finish the Spektor correction: $6.5M → ~$16M

[examples] finish the Spektor correction: $6.5M → ~$16M #95

Workflow file for this run

name: markdown-lint
on:
pull_request:
paths:
- "**/*.md"
- ".markdownlint.json"
- ".github/workflows/markdown-lint.yml"
push:
branches: [main]
paths:
- "**/*.md"
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: |
**/*.md
!node_modules