Sha256: f219e3e21fbd475324b0f1762ea65bce37800c857daaebc1f118a6185619965e

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

version: 2.1
jobs:
  build:
    docker:
      - image: ruby:2.7.2
    steps:
      - checkout
      - run:
          name: Run the default task
          command: |
            gem install bundler -v 2.2.15
            bundle install
            bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocop-katalyst-0.1.1 .circleci/config.yml
rubocop-katalyst-0.1.0 .circleci/config.yml