Packages

Git hooks made easy. Husky can prevent bad git commit, git push and more 🐶 ❤️ woof! - Elixir equivalent of the husky npm package

Current section

Files

Jump to
husky config test.exs
Raw

config/test.exs

use Mix.Config
config :husky,
host_path: "./dev/sandbox",
escript_path: "./priv/husky",
pre_commit: "mix format",
pre_push: "mix test"