nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
85 stars 22 forks source link

Run lint and format before every commit using husky #484

Closed happytomatoe closed 1 month ago

happytomatoe commented 1 month ago

It's also possible to run this before git push. Don't think that adding test run is a good idea because of the tests execution time

DavidSouther commented 1 month ago

It is a developer's responsibility to configure their environment to apply formatting, fixes, etc. The CI pipeline is to ensure it has been done, but the project does not mandate how that is achieved.