Skip to content

ci: add GitHub Actions workflow for typecheck, test, and build#8

Merged
7vignesh merged 1 commit into
mainfrom
ci/github-actions
Jun 24, 2026
Merged

ci: add GitHub Actions workflow for typecheck, test, and build#8
7vignesh merged 1 commit into
mainfrom
ci/github-actions

Conversation

@7vignesh

Copy link
Copy Markdown
Owner

ci implementation

Copilot AI review requested due to automatic review settings June 24, 2026 13:47
@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
stackforge-web Ready Ready Preview, Comment Jun 24, 2026 1:47pm

@7vignesh 7vignesh merged commit 67fe8fc into main Jun 24, 2026
4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds a GitHub Actions CI workflow to run the monorepo’s standard verification pipeline on pushes and PRs targeting main, aligning with the repo’s Bun + Turborepo scripts.

Changes:

  • Introduces a CI workflow triggered on push/pull_request to main
  • Adds concurrency cancellation to avoid overlapping runs on the same ref
  • Runs Bun-based install plus typecheck, test, and build, with Turborepo caching

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
Comment on lines +3 to +8
on:
push:
branches: [main]
pull_request:
branches: [main]

Comment thread .github/workflows/ci.yml
Comment on lines +21 to +26
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
Comment thread .github/workflows/ci.yml
Comment on lines +29 to +31
- name: Cache Turborepo
uses: actions/cache@v4
with:
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