Skip to content

fix: max width on index #19

fix: max width on index

fix: max width on index #19

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
quality:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Lint & format (Biome)
run: pnpm run check
- name: Type check
run: pnpm run typecheck
- name: Schema documentation completeness
run: pnpm run check:docs