From 964eed6de92df53239fcde792f2b2badc3333b91 Mon Sep 17 00:00:00 2001 From: Gianni GIUDICE Date: Mon, 2 Nov 2020 10:19:29 +0100 Subject: [PATCH] yarn lint --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c3b6644..e505fd5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,9 +8,11 @@ jobs: password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - checkout # check out the code in the project directory - - run: yarn global add node-gyp && yarn install - restore_cache: key: yarn-packages-{{ checksum "yarn.lock" }} + - run: yarn global add node-gyp && yarn install + - run: yarn lint && yarn format:check + - run: yarn test:ci - save_cache: key: yarn-packages-{{ checksum "yarn.lcok" }} paths: