Skip to content

ci: add GitHub Actions workflow for automated testing - #41

Open
uvenkatateja wants to merge 1 commit into
rohanprasadofficial:mainfrom
uvenkatateja:ci/add-github-actions
Open

ci: add GitHub Actions workflow for automated testing#41
uvenkatateja wants to merge 1 commit into
rohanprasadofficial:mainfrom
uvenkatateja:ci/add-github-actions

Conversation

@uvenkatateja

Copy link
Copy Markdown
Contributor

Adds CI workflow to automatically build and typecheck on every PR.

What's Added

  • .github/workflows/ci.yml - Runs build and typecheck on PRs
  • CI badge in README

Why

Currently no automated checks. This prevents broken code from being merged.

What it checks

  • ✅ All packages build successfully
  • ✅ No TypeScript errors
  • ✅ Runs on every PR and push to main

Follows standard patterns from Turborepo and pnpm monorepos.

@uvenkatateja

Copy link
Copy Markdown
Contributor Author

@rohanprasadofficial this adds a CI workflow to automatically run build and typecheck checks, please review when convenient.

@rohanprasadofficial

Copy link
Copy Markdown
Owner

Will be checking soon, I am thinking more on it, right now there is now CI that runs after the merge of the PR, I need consolidate on the CICD for the package updates as well.

@uvenkatateja

Copy link
Copy Markdown
Contributor Author

Thanks for the update! That makes sense happy to align this with the broader CI/CD approach you’re planning.

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