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

[FEAT] Add git hooks with husky #880

Open
EspiraMarvin opened this issue Feb 19, 2024 · 1 comment · May be fixed by #903
Open

[FEAT] Add git hooks with husky #880

EspiraMarvin opened this issue Feb 19, 2024 · 1 comment · May be fixed by #903
Labels
enhancement New feature or request

Comments

@EspiraMarvin
Copy link

Is your feature request related to a problem? Please describe.

  • The feature is unrelated to a problem but will help automate the development cycle. We can use Husky to lint commit messages, run tests, and lint code when you commit or push code. We can specify commit message formats, add pre-commit and post-merge hooks

Describe the solution you'd like

  • There are specific tasks to handle with git hooks for this project:
    1. Automate code linting after staging file changes
    2. Running automated tests

Additional context
Add any other context or screenshots about the feature request here.

@EspiraMarvin EspiraMarvin added the enhancement New feature or request label Feb 19, 2024
@st3v3nmw
Copy link
Owner

st3v3nmw commented Mar 8, 2024

Hi Marvin!

Yes, this would be good to add to the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants