Skip to content

feat: add CI/CD pipeline with lint and format checks (#44)#61

Open
kushbosamiya wants to merge 1 commit into
StabilityNexus:mainfrom
kushbosamiya:feat/ci-lint-format
Open

feat: add CI/CD pipeline with lint and format checks (#44)#61
kushbosamiya wants to merge 1 commit into
StabilityNexus:mainfrom
kushbosamiya:feat/ci-lint-format

Conversation

@kushbosamiya

Copy link
Copy Markdown

Problem

There is currently no CI pipeline to enforce consistent formatting and prevent lint errors from being merged. (Closes #44)

Changes

  • Add GitHub Actions CI workflow (ci.yml) that runs on push/PR to main
  • Steps include: npm ci, tsc --noEmit, next lint, and prettier --check .
  • Add .prettierrc for consistent formatting rules across the project
  • Uses Node.js 20 with npm caching for fast CI runs

- Add GitHub Actions CI workflow that runs on push/PR to main
- Steps: npm ci, tsc --noEmit, next lint, prettier --check
- Add .prettierrc for consistent formatting rules
- Uses Node.js 20 with npm caching for fast CI runs
@coderabbitai

coderabbitai Bot commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@kushbosamiya has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 5 minutes and 28 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 096d20f and 4ea6830.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .prettierrc
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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/CD ; Add Formatting and Linting in CI action to avoid line breaks unwanted spaces etc

1 participant