blackjackkent / RPThreadTrackerV3.FrontEnd

GNU General Public License v3.0
4 stars 5 forks source link

Add Husky commit hooks #141

Open blackjackkent opened 3 years ago

blackjackkent commented 3 years ago

Expected Behavior

When pushing a branch, devs should be required to verify that tests and linting are all passing before opening a pull request. We can use Husky shared commit hooks for this.

Actual Behavior

No push hooks exist to check for successful build.

Steps to Reproduce the Problem

  1. Commit to a feature branch that has failing linting or tests.
  2. Push this branch.
  3. Push succeeds when it should not be allowed.