You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Commit to a feature branch that has failing linting or tests.
Push this branch.
Push succeeds when it should not be allowed.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: