Sha256: 454ab5af084fde90454c5c5fb5b342d616c45022858c62b9113f3c96751e83fd

Contents?: true

Size: 400 Bytes

Versions: 34

Compression:

Stored size: 400 Bytes

Contents

version: v1.0

plan: standard-2

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

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

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
neetob-0.4.30 .neetoci/default.yml
neetob-0.4.28 .neetoci/default.yml
neetob-0.4.27 .neetoci/default.yml
neetob-0.4.26 .neetoci/default.yml
neetob-0.4.24 .neetoci/default.yml
neetob-0.4.23 .neetoci/default.yml
neetob-0.4.22 .neetoci/default.yml
neetob-0.4.21 .neetoci/default.yml
neetob-0.4.20 .neetoci/default.yml
neetob-0.4.19 .neetoci/default.yml
neetob-0.4.16 .neetoci/default.yml
neetob-0.4.15 .neetoci/default.yml
neetob-0.4.14 .neetoci/default.yml
neetob-0.4.13 .neetoci/default.yml