Skip to content

Feat/prettier and ci#64

Open
rahul-vyas-dev wants to merge 4 commits into
AOSSIE-Org:mainfrom
rahul-vyas-dev:feat/prettier-and-ci
Open

Feat/prettier and ci#64
rahul-vyas-dev wants to merge 4 commits into
AOSSIE-Org:mainfrom
rahul-vyas-dev:feat/prettier-and-ci

Conversation

@rahul-vyas-dev
Copy link
Copy Markdown
Contributor

Addressed Issues:

Fixes: No issue to link.

Additional Notes:

This PR updates the GitHub Actions deployment workflow to properly support the Vite + React application setup for GitHub Pages deployment.

Changes Made
Configured deploy.yml workflow for:
dependency installation
production build generation
GitHub Pages deployment
artifact upload handling
Updated workflow environment to use a modern Node.js version compatible with current GitHub Actions recommendations.
Added and configured Prettier to enforce consistent code formatting across the project.
Applied formatting consistency improvements throughout the codebase.

Checklist

  • My code follows the project's code style and conventions
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contributing Guidelines

⚠️ AI Notice - Important!

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 30, 2026

Warning

Review limit reached

@rahul-vyas-dev, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 57 minutes and 12 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 108c9f4f-40f8-475a-a1b7-45d966be2bd5

📥 Commits

Reviewing files that changed from the base of the PR and between 5cf488d and 3d29546.

📒 Files selected for processing (33)
  • .coderabbit.yaml
  • .github/ISSUE_TEMPLATE/good_first_issue.yml
  • .github/PULL_REQUEST_TEMPLATE.md
  • .github/release-drafter.yml
  • .github/workflows/deploy.yml
  • .github/workflows/sync-pr-labels.yml
  • .github/workflows/version-release.yml
  • .pre-commit-config.yaml
  • .prettierignore
  • .prettierrc
  • CONTRIBUTING.md
  • README.md
  • eslint.config.js
  • package.json
  • src/App.jsx
  • src/components/Navbar.jsx
  • src/components/RateLimitBanner.jsx
  • src/components/UI.jsx
  • src/context/AppContext.jsx
  • src/hooks/useSortedData.js
  • src/main.jsx
  • src/pages/AnalyticsPage.jsx
  • src/pages/ContributorsPage.jsx
  • src/pages/GovernancePage.jsx
  • src/pages/HomePage.jsx
  • src/pages/NetworkPage.jsx
  • src/pages/OverviewPage.jsx
  • src/pages/RepositoriesPage.jsx
  • src/pages/SettingsPage.jsx
  • src/services/analytics.js
  • src/services/github.js
  • src/styles/global.css
  • vite.config.js
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@github-actions github-actions Bot added no-issue-linked PR has no linked issue ci-cd CI/CD changes configuration Config file changes dependencies Dependency updates documentation Documentation updates frontend Frontend changes github-actions GitHub Actions changes javascript JavaScript/TypeScript changes size/XL 500+ lines changed external-contributor External contributor labels May 30, 2026
@github-actions github-actions Bot added size/XL 500+ lines changed and removed size/XL 500+ lines changed labels May 30, 2026
@rahul-vyas-dev
Copy link
Copy Markdown
Contributor Author

@Zahnentferner, there are too much insertion and deletion bcz I have configured Prettier for formatting and these all changed are related to formatting only and only and other than this, I have configured deploy.yml according to vite-react app.

@rahul-vyas-dev rahul-vyas-dev added the gsoc GSoC students label Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-cd CI/CD changes configuration Config file changes dependencies Dependency updates documentation Documentation updates external-contributor External contributor frontend Frontend changes github-actions GitHub Actions changes gsoc GSoC students javascript JavaScript/TypeScript changes no-issue-linked PR has no linked issue size/XL 500+ lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant