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
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