From c02f6cdff1b391b5ce15a7b5445c8fd5cb4096ca Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sun, 9 Jan 2022 18:49:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20(damn=20yaml)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c309f62..7ef4579 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,9 +5,9 @@ workflows: - build - test - lint: - requires: - - build - - test + requires: + - build + - test version: 2 jobs: build: