logs
Some checks failed
CI/CD Pipeline / build (push) Has been cancelled

This commit is contained in:
2026-03-09 15:25:18 -06:00
parent 76c4098a19
commit 9a0203dac4
5 changed files with 54 additions and 8 deletions

View File

@@ -58,7 +58,8 @@ defmodule ElixirAi.MixProject do
{:bandit, "~> 1.5"},
{:ecto_sql, "~> 3.11"},
{:postgrex, ">= 0.0.0"},
{:horde, "~> 0.9"}
{:horde, "~> 0.9"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
]
end