-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Right now we only run prettier and oxlint on commit, however it is still possible to commit code that breaks the build, e.g. with failed tests or broken typecheck.
Should we add this to the pre-commit hook?
The problem would be if we want to commit unfinished code to another branch.
Reactions are currently unavailable