From d983f1a86dbcee81a6c33490809160fb64a3b785 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 17 Oct 2025 20:08:33 +0100 Subject: [PATCH] Check formatting in precommit --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index aaa8de25..48aaccbe 100644 --- a/mix.exs +++ b/mix.exs @@ -135,6 +135,7 @@ defmodule MusicLibrary.MixProject do "shellcheck", "credo --strict", "gettext.extract --check-up-to-date", + "format --check-formatted", "deps.unlock --unused", "test" ],