monorepo wit docs

This commit is contained in:
matamune 2026-05-16 00:33:10 +00:00
parent 88ddcfba39
commit e3e4d1823d
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324
43 changed files with 1585 additions and 29 deletions

View file

@ -17,7 +17,9 @@ jobs:
- name: Typecheck
run: bun run check:types
- name: Test
run: bun test
run: bun run test
- name: Build docs
run: bun run docs:build
- name: Build container
run: |
apt-get update