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: