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: