feat: 添加 GitHub Actions CI 流水线

push/PR 时自动运行 lint → test → build 三步检查。
使用 oven-sh/setup-bun 配置 Bun 环境。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
claude-code-best
2026-04-01 03:47:47 +08:00
parent e443a8fa51
commit 17ec716dbf
2 changed files with 31 additions and 1 deletions

View File

@@ -22,4 +22,4 @@
- [x] git hook 的配置
- [ ] 代码健康度检查
- [x] 单元测试基础设施搭建 (test runner 配置)
- [ ] CI/CD 流水线 (GitHub Actions)
- [x] CI/CD 流水线 (GitHub Actions)