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

Latest commit

 

History

History
19 lines (16 loc) · 355 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 355 Bytes

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"
    }
  }