Sha256: 80a02a253084bec484eddd2ffd08c1a0e03221a0b36dc77b5a60938ef0009365

Contents?: true

Size: 336 Bytes

Versions: 4

Compression:

Stored size: 336 Bytes

Contents

version: v1.0
plan: standard-2
name: neetob
global_job_config:
  setup:
    - checkout
    - neetoci-version ruby 3.2.2
    - bundle config path 'vendor/bundle'
    - cache restore
    - bundle install --jobs 1
    - cache store
  jobs:
    - name: CiChecks
      commands:
        - bundle exec rubocop
        - bundle exec rake test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
neetob-0.4.12 .neetoci/default.yml
neetob-0.4.11 .neetoci/default.yml
neetob-0.4.10 .neetoci/default.yml
neetob-0.4.9 .neetoci/default.yml