Skip to content

ci: add lint and typecheck workflow on push/PR#176

Open
nnhhoang wants to merge 1 commit intopascalorg:mainfrom
nnhhoang:ci/lint-typecheck
Open

ci: add lint and typecheck workflow on push/PR#176
nnhhoang wants to merge 1 commit intopascalorg:mainfrom
nnhhoang:ci/lint-typecheck

Conversation

@nnhhoang
Copy link

Summary

  • Adds a CI workflow that runs bun run check (Biome lint + format) and bun run check-types (TypeScript) on push/PR to main
  • Uses concurrency groups to cancel stale runs
  • Matches existing repo conventions from release.yml

Closes #148

Test plan

  • Push a PR to verify the workflow triggers
  • Confirm bun run check and bun run check-types pass in CI

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.

Add CI workflow for lint + typecheck on push/PR

1 participant