Install credo

This commit is contained in:
2024-10-07 00:26:08 +02:00
parent e96a640027
commit 35137d67af
2 changed files with 4 additions and 1 deletions

View File

@@ -52,7 +52,8 @@ defmodule Mihainator.MixProject do
{:telemetry_poller, "~> 1.0"},
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.5"}
{:bandit, "~> 1.5"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
]
end