Sha256: 2c8d83e8ba3ac7f0a30bf97985f07fa25754a3c76f2aa7690892c446a6981e20

Contents?: true

Size: 400 Bytes

Versions: 4

Compression:

Stored size: 400 Bytes

Contents

version: v1.0

plan: standard-2

global_job_config:
  setup:
    - checkout
    - neetoci-version ruby 3.2.4
    - bundle config path 'vendor/bundle'
    - cache restore
    - bundle install --jobs 1
    - cache store
  jobs:
    - name: CiChecks
      commands:
        - bundle exec rubocop
        - bundle exec rake test

triggers:
  - event: branch
    branch_name: main
  - event: pull_request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
neetob-0.5.16 .neetoci/default.yml
neetob-0.5.15 .neetoci/default.yml
neetob-0.5.14 .neetoci/default.yml
neetob-0.5.13 .neetoci/default.yml