@voiceflow/git-branch-check

Voiceflow branch naming check

Usage no npm install needed!

<script type="module">
  import voiceflowGitBranchCheck from 'https://cdn.skypack.dev/@voiceflow/git-branch-check';
</script>

README

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