Constellation-Labs / tessellation

Monadic execution contexts for topology organization
Apache License 2.0
49 stars 28 forks source link

ci: action for linting commit names and optional local hook #916

Closed marcinwadon closed 2 months ago

marcinwadon commented 2 months ago

To configure local hook for commit name linting:

  1. Install npm,
  2. Run npm install to install packages,
  3. Run npx husky.
IPadawans commented 2 months ago

Quick typo I think, it should be yarn husky no? @marcinwadon

marcinwadon commented 2 months ago

Thank you @IPadawans. I've updated it to use npm, as people most likely would have npm already preinstalled.