Hacker News new | ask | show | jobs
by potatohead00 2739 days ago
This is my current go to solution. It does require the collaborators to also have it installed
1 comments

If you use CI you can add such things there so any commits that didn't run them fail CI. I do the same with the `pre-commit` utility, it's very very handy for running checks repeatably.