Skip to content

ci: add GitHub Actions pipeline for typecheck, lint, and tests (#52)#76

Open
ANSHSINGH050404 wants to merge 1 commit into
bug0inc:mainfrom
ANSHSINGH050404:ci/github-actions
Open

ci: add GitHub Actions pipeline for typecheck, lint, and tests (#52)#76
ANSHSINGH050404 wants to merge 1 commit into
bug0inc:mainfrom
ANSHSINGH050404:ci/github-actions

Conversation

@ANSHSINGH050404

Copy link
Copy Markdown

Adds a GitHub Actions CI pipeline that runs typecheck, lint, and tests on every PR to main and push to main.

Closes #52

Pipeline

  • Triggers: PRs to main, pushes to main
  • Matrix: Node 18, 20, 22 on ubuntu-latest
  • Concurrency: cancels in-progress runs on same ref
  • Steps: pnpm install --frozen-lockfile → pnpm run build (typecheck) → pnpm run lint → pnpm run test

…nc#52)

Runs on PRs to main and pushes to main. Tests across Node 18/20/22 with pnpm caching.
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.

ci: add GitHub Actions pipeline for typecheck, lint, and tests on PRs

1 participant