-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
devopsNon-user-facing updates.Non-user-facing updates.
Description
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
- Commit to a feature branch that has failing linting or tests.
- Push this branch.
- Push succeeds when it should not be allowed.
Metadata
Metadata
Assignees
Labels
devopsNon-user-facing updates.Non-user-facing updates.