Skip to content

docs: Update README.md with corrected links to documentation #412

docs: Update README.md with corrected links to documentation

docs: Update README.md with corrected links to documentation #412

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- '**/*.md'
- '.markdownlint-cli2.jsonc'
permissions:
contents: read
jobs:
markdown:
# No secrets needed — run for all PRs including forks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run lint:md