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

[TODO] 🛠️ Tooling > Add pre-commit Hook to prevent build failures #25

Open
j5gomes opened this issue Sep 30, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@j5gomes
Copy link
Member

j5gomes commented Sep 30, 2024

Description:

To improve code quality and prevent pushing changes that may break the build, we should implement a pre-commit hook.

This can be achieved using Husky, which will run checks before each commit and block any commits that fail.

This improvement will ensure better developer workflows by catching issues early and preventing faulty code from being committed.

Question:

Do you think adding a pre-commit hook would be helpful in our current workflow?

@j5gomes j5gomes added the enhancement New feature or request label Sep 30, 2024
@j5gomes j5gomes self-assigned this Sep 30, 2024
@j5gomes j5gomes changed the title [TODO] Tooling > Add pre-commit [TODO] Tooling > Add pre-commit hook Sep 30, 2024
@j5gomes j5gomes changed the title [TODO] Tooling > Add pre-commit hook [TODO] 🛠️ Tooling > Add pre-commit Hook to prevent build failures Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant