From ab3e5ef2ad7df9ccf37a0f705afe38907a3e042c Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 31 Oct 2024 08:40:32 +0000 Subject: [PATCH] Check code is formatted on CI --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index e247d638..2ceab9aa 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -51,6 +51,7 @@ jobs: shell: sh - run: mix deps.get - run: mix gettext.extract --check-up-to-date + - run: mix format --check-formatted - run: mix test deploy: