From 63e63b3bb44ca545d7a7cd0f7dd30b261caa040a Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 4 Oct 2024 12:44:27 +0100 Subject: [PATCH] Ensure 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 a8b4db50..1bc008ad 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 test + - run: mix format --check-formatted deploy: name: Deploy