Skip to content

Commit

Permalink
Update config.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedsoupe authored Sep 18, 2024
1 parent 26216d7 commit b9100b3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,4 @@ config :logger, :console,

config :phoenix, :json_library, Jason

config :git_hooks,
verbose: false,
auto_install: true,
branches: [
whitelist: ["main"]
],
hooks: [
pre_push: [
tasks: ["ci.check"]
]
]

import_config "#{config_env()}.exs"

0 comments on commit b9100b3

Please sign in to comment.