Skip to content

ci: add lint and build checks on PRs#93

Merged
ulziibay-kernel merged 5 commits into
mainfrom
add-ci-workflow
May 22, 2026
Merged

ci: add lint and build checks on PRs#93
ulziibay-kernel merged 5 commits into
mainfrom
add-ci-workflow

Conversation

@ulziibay-kernel
Copy link
Copy Markdown
Contributor

@ulziibay-kernel ulziibay-kernel commented Apr 8, 2026

Summary

  • Adds a CI workflow that runs bun run lint and bun run build on every PR to main
  • Required for SOC 2 CHG-1 (change management) — enforces automated testing before merge

Test plan

  • Verify CI runs on this PR
  • Once merged, add ci as a required status check on branch protection

Made with Cursor


Note

Low Risk
Low risk: adds a new CI workflow only, with no production code changes; main impact is potential new PR gating if TypeScript checks fail.

Overview
Adds a new GitHub Actions workflow (.github/workflows/ci.yml) that runs on pull_request to main and merge_group events.

The job checks out the repo, sets up Bun, installs dependencies with a frozen lockfile, and runs tsc --noEmit to enforce TypeScript type checking in CI.

Reviewed by Cursor Bugbot for commit 7beefd8. Bugbot is set up for automated code reviews on this repo. Configure here.

Required for SOC 2 change management controls — ensures all code
changes to main are tested before merge.

Made-with: Cursor
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mcp Ready Ready Preview, Comment May 22, 2026 6:14pm

Comment thread .github/workflows/ci.yml Outdated
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit de12f85. Configure here.

Comment thread .github/workflows/ci.yml Outdated
Copy link
Copy Markdown
Collaborator

@masnwilliams masnwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm — small CI workflow, does what it says. type check only for now (no lint/build), but fine as a starting point for SOC 2 CHG-1.

@ulziibay-kernel ulziibay-kernel merged commit 141592e into main May 22, 2026
9 checks passed
@ulziibay-kernel ulziibay-kernel deleted the add-ci-workflow branch May 22, 2026 18:28
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.

2 participants