From 6a8d4f1e5499b387ca4a94d63542bd4cbb304126 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 4 Oct 2024 12:47:56 +0100 Subject: [PATCH] Revert "Ensure code is formatted on CI" This reverts commit 63e63b3bb44ca545d7a7cd0f7dd30b261caa040a. --- .github/workflows/test_and_deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 1bc008ad..a8b4db50 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -51,7 +51,6 @@ jobs: shell: sh - run: mix deps.get - run: mix test - - run: mix format --check-formatted deploy: name: Deploy