Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review commit hooks #1329

Open
1 task
aboydnw opened this issue Dec 16, 2024 · 1 comment
Open
1 task

Review commit hooks #1329

aboydnw opened this issue Dec 16, 2024 · 1 comment
Assignees

Comments

@aboydnw
Copy link
Contributor

aboydnw commented Dec 16, 2024

Context

Follow up from #1263
Focusing on the second AC from that ticket:

Step 2: Implement Git Hooks to Run Quality Checks
We do have husky installed to the project, but the pre-commit hook is not running for me, at least. I need to investigate, and make sure it works for other new contributors as well!

Use Husky to set up pre-commit hooks that:

Automatically format code.
Run linters to catch syntax or style issues.
This ensures that no code can be committed unless it meets the project's standards.

Acceptance Criteria

  • Investigate and potentially fix our git hooks for formatting, linting, and testing using Husky.
@aboydnw
Copy link
Contributor Author

aboydnw commented Dec 16, 2024

@stephenkilbourn assigning you this issue since it sounds like you worked on this in the past. Could you take a look when you get the chance?

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

No branches or pull requests

2 participants