chore: add GitHub Actions CI/CD workflows

This commit is contained in:
weishu
2025-12-25 09:19:34 +08:00
parent 958e78dc6e
commit 5a3f10078e
2 changed files with 53 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun typecheck
- run: bun run test