Skip to content

docs(docs): add the Backup & restore page #639

docs(docs): add the Backup & restore page

docs(docs): add the Backup & restore page #639

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