From 858e4566605853c5865692a1da6770b3dc0ea292 Mon Sep 17 00:00:00 2001 From: Shuming <43642522+geshuming@users.noreply.github.com> Date: Fri, 6 Sep 2019 14:28:40 +0800 Subject: [PATCH] Revert "Revert "Fixed config for git_hooks@0.3.0 (#380)" (#387)" This reverts commit 5d5c732c047d0130ae738c3ef319645289a3d207. --- config/dev.exs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/dev.exs b/config/dev.exs index 8e6c7bb51..313dacb5a 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -65,10 +65,10 @@ config :git_hooks, hooks: [ pre_push: [ verbose: true, - mix_tasks: [ - "format --check-formatted", - "test", - "credo" + tasks: [ + "mix format --check-formatted", + "mix test", + "mix credo" ] ] ]