From 8e58dd42fe3fc27832e91cd21f2639d26e5cf052 Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Sat, 27 Mar 2021 16:28:25 +0100 Subject: [PATCH] :wrench: fix format check cmd --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f66edc1..b645abb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,6 +29,7 @@ jobs: executor: node steps: - checkout + - <<: *check_formatting - <<: *restore_cache - <<: *install_node_modules - <<: *save_cache @@ -39,7 +40,6 @@ jobs: executor: node steps: - checkout - - <<: *check_formatting - <<: *restore_cache - <<: *install_node_modules - run: