.github/workflows/ci.yml
Ghost doc — Real CI configuration from
.github/workflows/ci.yml.Source
Notes
- Uses
oven-sh/setup-bunfor fast Bun-based CI. --frozen-lockfilepins exact dependency versions.- Typecheck and tests run as separate steps — type errors surface even if tests pass.
- Triggers on all pushes and pull requests with no branch filtering.