version: 2.0 jobs: build: branches: only: - codebreakergemrepo docker: - image: circleci/ruby:2.6.5 steps: - checkout - run: bundle install - run: rubocop - run: fasterer - run: rspec