Skip to content

docs: align prose with multi-file server layout #10

docs: align prose with multi-file server layout

docs: align prose with multi-file server layout #10

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.11
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build
- name: Lint and format check
run: bun run check
- name: Unit tests
run: bun run test