Skip to content

docs(website): wrap kit sections in accordions and add under-construction notice #12074

docs(website): wrap kit sections in accordions and add under-construction notice

docs(website): wrap kit sections in accordions and add under-construction notice #12074

Workflow file for this run

name: Check
on:
push:
branches:
- "**"
pull_request:
types: [opened, edited, reopened, synchronize]
branches:
- "**"
env:
NODE_OPTIONS: --max_old_space_size=10240
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Setup node@24
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24
- name: Install pnpm
run: npm i pnpm@11 -g
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install front-end dependencies
run: pnpm install --frozen-lockfile
- name: Build front-end assets
run: pnpm run build
- name: Check
run: pnpm run lint
- name: Verify rules docs
run: pnpm run verify:docs