From c9e9fa34b9731423748caf32132f220e94ce9867 Mon Sep 17 00:00:00 2001 From: Nicolas Beaussart Date: Thu, 26 Mar 2020 18:02:04 +0100 Subject: [PATCH] :green_heart: add lint to workflow --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index dda4cbc..a44a17b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -77,6 +77,7 @@ workflows: - node-12 - node-10 - prettier + - lint - cache: filters: tags: @@ -88,6 +89,7 @@ workflows: - node-latest - node-12 - node-10 + - lint - prettier filters: branches: