From d18cbfb7767e81c060db3a9598362e494d5b140b Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Thu, 30 Nov 2023 20:20:05 -0600 Subject: [PATCH] Don't check format, fails due to differences with Elixir versions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b885fed..4e87e6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,8 +70,8 @@ jobs: - name: Compile run: mix compile --warnings-as-errors - - name: Check formatting - run: mix format --check-formatted + # - name: Check formatting + # run: mix format --check-formatted - name: Run tests run: mix test