Skip to content

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

Closed
hellozzm wants to merge 1 commit into
pascalorg:mainfrom
hellozzm:fix/issue-147
Closed

hellozzm wants to merge 1 commit into
pascalorg:mainfrom
hellozzm:fix/issue-147

Conversation

@hellozzm

Copy link
Copy Markdown

Summary

Add CI workflow that runs biome check and tsc on push and PR.

Fixes #147

@anton-pascal

Copy link
Copy Markdown
Contributor

Drive-by note: @Aymericr shipped #369 about an hour ago which added the lint+typecheck workflow and closed #147. Thanks for putting this together back in March — sorry it sat. Feel free to close if you'd like; happy to do it for you otherwise.

@Aymericr

Copy link
Copy Markdown
Contributor

Thanks for this! A CI quality gate has since landed on main.github/workflows/ci.yml runs bun run check (lint + format) and bun run check-types on every push/PR, which is exactly what this proposes. So this is already covered. Closing as resolved (this also overlaps #208). Appreciate the contribution!

@Aymericr Aymericr closed this Jun 24, 2026
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

3 participants