Skip to content

docs(docs): add the Production checklist page and point the copies at it #638

docs(docs): add the Production checklist page and point the copies at it

docs(docs): add the Production checklist page and point the copies at it #638

Workflow file for this run

name: Lint commits
on: pull_request
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-node@v7
with:
node-version: '24'
- run: npm ci
- run: npx commitlint --from "${{ github.event.pull_request.base.sha }}" --to "${{ github.event.pull_request.head.sha }}" --verbose