diff --git a/.circleci/config.yml b/.circleci/config.yml index 188af52..caa0eec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: - checkout # check out the code in the project directory - restore_cache: key: yarn-V1-packages-{{ checksum "yarn.lock" }} - - run: yarn lint + - run: yarn lint && yarn format:check - save_cache: key: yarn-V1-packages-{{ checksum "yarn.lock" }} paths: