From c1e0c9eac6dfd9d93c8653378d7f4736f86c8c59 Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Sat, 27 Mar 2021 14:54:40 +0100 Subject: [PATCH] :wrench: fix format check cmd --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f4e581..85b1e00 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ aliases: install_node_modules: &install_node_modules run: command: yarn install - check-formatting: &check-formatting + check_formatting: &check_formatting run: command: yarn format:check save_cache: &save_cache @@ -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: