From 51cbd857e92350595be645320efc9ca443a11d51 Mon Sep 17 00:00:00 2001 From: Spokequenouille <34508249+Spokequenouille@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:27:56 +0100 Subject: [PATCH] Add lint and test jobs --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index df623b0..0e45b6d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,6 +13,7 @@ jobs: - run: name: install node command: yarn global add node-gyp && yarn install + - run: yarn lint && yarn format:check && yarn test.ci - save_cache: key: yarn-packages-{{checksum "yarn.lock"}} paths: