Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

voiceflow/git-branch-check

Repository files navigation

Caution

This library has been moved here.

git-branch-check

Verify git branch naming convention

Install

npm i -D @voiceflow/git-branch-check

Call with husky

  "husky": {
    "hooks": {
      "pre-push": "git-branch-check"
    }
  }