From eafe64342b654be31a53b10d765500d248846c9f Mon Sep 17 00:00:00 2001 From: khelia <58723166+khelia148@users.noreply.github.com> Date: Sun, 28 Mar 2021 17:08:19 +0200 Subject: [PATCH] update config.yml --- .circleci/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f376a3..b1141dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,15 +3,11 @@ workflows: build_and_test: jobs: - build - - lint: - requires: - - build - test: requires: - build - build_docker: requires: - - lint - test filters: branches: @@ -28,7 +24,6 @@ workflows: - main - build_docs_artifact: requires: - - lint - test filters: branches: @@ -47,14 +42,6 @@ jobs: key: yarn-packages-v2{{ checksum "yarn.lock" }} paths: - ./node_modules - lint: - docker: - - image: cimg/node:12.18.4 - steps: - - checkout - - restore_cache: - key: yarn-packages-v2{{ checksum "yarn.lock" }} - - run : yarn lint && yarn format:check test: docker: - image: cimg/node:12.18.4