Skip to content

develop to main#26

Merged
JosueBrenes merged 3 commits intomainfrom
develop
Feb 24, 2026
Merged

develop to main#26
JosueBrenes merged 3 commits intomainfrom
develop

Conversation

@JosueBrenes
Copy link
Contributor

This pull request focuses on improving developer workflow and project documentation. The main updates include streamlining the pull request template, adjusting pre-commit and pre-push hooks, and minor formatting changes to CI configuration.

Pull request template improvements:

  • Simplified and reorganized the .github/PULL_REQUEST_TEMPLATE.md file for clarity, reducing repetition, and focusing on actionable items for reviewers.

Developer workflow updates:

  • Removed npm run lint and npm run build from the .husky/pre-commit hook, making pre-commit faster and less disruptive.
  • Added a .husky/pre-push hook to run npm run lint and npm run build before pushing, ensuring code quality checks happen at push time instead of commit time.

CI configuration formatting:

  • Standardized the quotes for node-version and cache values in .github/workflows/pr-checks.yml for consistency. [1] [2]

JosueBrenes and others added 3 commits January 16, 2026 10:56
Merge pull request #21 from ACTA-Team/develop
- Revised the pull request template for clarity and conciseness, changing section titles and removing unnecessary comments.
- Standardized quotes in the GitHub Actions workflow configuration for Node.js setup.
- Removed lint and build commands from pre-commit hook to streamline the commit process.
- Added a new pre-push hook to enforce linting and building before pushing changes.
@vercel
Copy link
Contributor

vercel bot commented Feb 24, 2026

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

Project Deployment Actions Updated (UTC)
acta-web Ready Ready Preview, Comment Feb 24, 2026 0:54am

Request Review

@coderabbitai
Copy link

coderabbitai bot commented Feb 24, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

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.

@JosueBrenes JosueBrenes merged commit aeba9a9 into main Feb 24, 2026
4 of 5 checks passed
JosueBrenes added a commit that referenced this pull request Feb 24, 2026
Merge pull request #26 from ACTA-Team/develop
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