Skip to content

ci: add github actions pipeline#17

Merged
ronload merged 1 commit into
mainfrom
chore/add-github-actions-ci
May 11, 2026
Merged

ci: add github actions pipeline#17
ronload merged 1 commit into
mainfrom
chore/add-github-actions-ci

Conversation

@ronload
Copy link
Copy Markdown
Owner

@ronload ronload commented May 11, 2026

Summary

  • Add .github/workflows/ci.yml to run Biome check, TypeScript typecheck, and Next.js build on pushes to main and PRs targeting main.
  • Use pnpm with the version pinned by the packageManager field, Node.js 20 LTS, and cache the pnpm store plus .next/cache for faster runs.
  • Cancel in-progress runs for the same PR ref, restrict default GITHUB_TOKEN to contents: read, and disable Next.js telemetry inside CI.

Test plan

  • CI workflow appears under the Actions tab once the PR is opened.
  • Lint, Typecheck, Build job passes end-to-end on this PR.
  • Re-pushing to the branch cancels the previous in-progress run.

Add a CI workflow that runs Biome check, TypeScript typecheck,
and Next.js build on pushes to main and pull requests targeting
main. Uses pnpm with the version pinned via the packageManager
field, Node.js 20 LTS, and caches the pnpm store and .next/cache
to keep runs fast.
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 11, 2026

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

Project Deployment Actions Updated (UTC)
aicona Ready Ready Preview, Comment May 11, 2026 10:40am

Copy link
Copy Markdown
Owner Author

@ronload ronload left a comment

Choose a reason for hiding this comment

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

lgtm

@ronload ronload merged commit de41d53 into main May 11, 2026
3 checks passed
@ronload ronload deleted the chore/add-github-actions-ci branch May 11, 2026 10:40
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