Sha256: cefbdef768cfa1b2e1779a05a73a624a7a8713e77f4e56dc59d913375644eaac

Contents?: true

Size: 400 Bytes

Versions: 13

Compression:

Stored size: 400 Bytes

Contents

version: v1.0

plan: standard-2

global_job_config:
  setup:
    - checkout
    - neetoci-version ruby 3.3.5
    - 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

13 entries across 13 versions & 1 rubygems

Version Path
neetob-0.5.29 .neetoci/default.yml
neetob-0.5.28 .neetoci/default.yml
neetob-0.5.27 .neetoci/default.yml
neetob-0.5.26 .neetoci/default.yml
neetob-0.5.25 .neetoci/default.yml
neetob-0.5.24 .neetoci/default.yml
neetob-0.5.23 .neetoci/default.yml
neetob-0.5.22 .neetoci/default.yml
neetob-0.5.21 .neetoci/default.yml
neetob-0.5.20 .neetoci/default.yml
neetob-0.5.19 .neetoci/default.yml
neetob-0.5.18 .neetoci/default.yml
neetob-0.5.17 .neetoci/default.yml