From 8e33544c34db8937decabf854979b8b543ac9694 Mon Sep 17 00:00:00 2001 From: pdarcas Date: Mon, 2 Nov 2020 11:12:50 +0100 Subject: [PATCH] lint 2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: