Skip to content

Add CI workflow for lint, typecheck, and tests#24

Merged
corasan merged 3 commits into
mainfrom
ci/github-actions
Apr 22, 2026
Merged

Add CI workflow for lint, typecheck, and tests#24
corasan merged 3 commits into
mainfrom
ci/github-actions

Conversation

@corasan
Copy link
Copy Markdown
Owner

@corasan corasan commented Apr 22, 2026

Summary

  • Adds .github/workflows/ci.yml running three parallel jobs on pushes to main and all PRs
  • Jobs: Lint & Format (biome ci .), Typecheck (bun typescript), Test (bun test)
  • Uses Bun via oven-sh/setup-bun@v2 with frozen lockfile installs

Test plan

  • Verify each job shows up as a separate check on this PR
  • Confirm all three checks pass

corasan added 3 commits April 22, 2026 22:50
Runs Biome check, TypeScript typecheck, and Bun tests as parallel
checks on pushes to main and all pull requests.
- Bump biome schema to installed 2.4.12 version
- Add ignores for generated dirs (lib, .expo, ios, android, nitrogen/generated)
- Apply biome auto-fixes (import ordering and formatting)
@corasan corasan merged commit c12e5ab into main Apr 22, 2026
3 checks passed
@corasan corasan deleted the ci/github-actions branch April 22, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant