Skip to content

Add husky commit hooks #27

@blackjackkent

Description

@blackjackkent

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    devopsNon-user-facing updates.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions