From a7392065fd86577c55e0efd85f6d579e66a66566 Mon Sep 17 00:00:00 2001 From: jaeyson Date: Sun, 9 Jun 2024 10:54:11 +0800 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44da006..b9d4752 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,8 +89,8 @@ jobs: - name: run static analysis run: mix credo --all --strict - - name: check format files - run: mix format --check-formatted + # - name: check format files + # run: mix format --check-formatted - name: Run tests run: mix test