Update config.yml

This commit is contained in:
Geekix 2021-11-08 09:36:52 +01:00 committed by GitHub
parent eba85e08df
commit c8fa6599ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ orbs:
node: circleci/node@2 node: circleci/node@2
jobs: jobs:
test: verif:
docker: docker:
- image: cimg/ruby:2.7-node - image: cimg/ruby:2.7-node
steps: steps:
@ -14,10 +14,10 @@ jobs:
name: prerequisites name: prerequisites
command: bundle install command: bundle install
- run: - run:
name: test name: verif_lint
command: bundle exec rake validate lint command: bundle exec rake validate lint
workflows: workflows:
version: 2 version: 2
test: verif:
jobs: jobs:
- test - verif