Sha256: 40a2732b26e1f757795c6180298ffc066adcc85a4aaf260e8539e4992b225fae

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

version: 2.1
orbs:
  ruby: circleci/ruby@2.1.1
jobs:
  test:
    docker:
      - image: cimg/ruby:3.3
    steps:
      - checkout
      - ruby/install-deps
      - run:
          name: Run tests
          command: bundle exec rake
workflows:
  version: 2
  deploy:
    jobs:
      - test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
orthotypo-1.0.4 .circleci/config.yml