nishiki-tech / nishiki-frontend

Nishiki is an app for tracking and sharing food inventories within groups for better pantry management.
https://nishiki.tech
MIT License
20 stars 5 forks source link

Husky does not seem to be working #235

Closed nick-y-ito closed 6 months ago

nick-y-ito commented 6 months ago

Description

Husky should be triggered on every commit, and it should format the code that is committed. However, according to the commit logs, it does not seem to be working.

Steps to Reproduce

  1. Add unnecessary multiple line breaks or purposely break formatting, and commit.
  2. If the style done in step 1 was not formatted, it means the husky is not triggered.

Environment

Notes

-

nick-y-ito commented 6 months ago

I discovered the issue myself. It was caused by an incorrect Git Hook path configuration in GitKraken, a GUI git manipulating tool.