From affb85c835def9bcdf1f227456929cf1fbbaddc1 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sun, 9 Jan 2022 18:47:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20(Should=20be=20fine=20now)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba5a0a8..c309f62 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,10 +4,10 @@ workflows: jobs: - build - test - - lint - requires: - - build - - test + - lint: + requires: + - build + - test version: 2 jobs: build: