Skip to content

Refactor docs structure #7

Refactor docs structure

Refactor docs structure #7

Workflow file for this run

name: CI
on:
push:
branches: [main, next]
pull_request:
branches: [main, next]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Type check
run: bun run typecheck
- name: Build
run: bun run build