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