From 6a862882b71f1d055939cbc15993d651f67e24e0 Mon Sep 17 00:00:00 2001 From: Louis Dutoit Date: Mon, 2 Nov 2020 09:58:58 +0100 Subject: [PATCH] lint --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 27ebfbd..cc51a31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 jobs: - build: + install: docker: - image: cimg/node:14.10.1 # the primary container, where your job's commands are run auth: @@ -12,4 +12,7 @@ jobs: - restore_cache : keys : - npm-v1-dependencies-{{ checksum "yarn.lock" }} + lint: + steps: + - run: yarn lint && yarn format:check \ No newline at end of file