Sha256: a65de512964103d2e4fb82f4e41de2ba104f2ae56549a1520d077908d09eff73

Contents?: true

Size: 495 Bytes

Versions: 1

Compression:

Stored size: 495 Bytes

Contents

version: 2.1
orbs:
  ruby: circleci/ruby@0.1.2 

jobs:
  build:
    docker:
      - image: circleci/ruby:3.0.1
    executor: ruby/default
    steps:
      - checkout
      - run:
          name: install bundler
          command: gem install bundler:2.2.20
      - run:
          name: bundle install
          command: bundle install --jobs 4
      - run:
          name: rubocop
          command: bundle exec rubocop
      - run:
          name: run test
          command: bundle exec rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
procon_bypass_man-0.1.6 .circleci/config.yml