From 621d8d9fce56a24a39a1954a912b42fcb8e7c079 Mon Sep 17 00:00:00 2001 From: Anatole De Chauveron <54862351+Anatole-DC@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:03:34 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 21cccf2..2641444 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,4 +37,12 @@ jobs: - run: name: "yarn test" command: yarn test - + +workflows: + version: 2 + build_and_test: + jobs: + - build + - lint: + requires: + - build