From c8fa6599ff9f2cca39a9488fe23be3ed3d415de1 Mon Sep 17 00:00:00 2001 From: Geekix Date: Mon, 8 Nov 2021 09:36:52 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8afe9c8..48e4e0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: node: circleci/node@2 jobs: - test: + verif: docker: - image: cimg/ruby:2.7-node steps: @@ -14,10 +14,10 @@ jobs: name: prerequisites command: bundle install - run: - name: test + name: verif_lint command: bundle exec rake validate lint workflows: version: 2 - test: + verif: jobs: - - test + - verif