Sha256: b9e6f7ea4b2b1cfa23457509411d9889ef567b689785fc79e081878fcfef9271

Contents?: true

Size: 210 Bytes

Versions: 2

Compression:

Stored size: 210 Bytes

Contents

before_script:
  - ruby -v
  - which ruby
  - gem install bundler:2.2.33
  - bundle install --jobs $(nproc) "${FLAGS[@]}"

rspec:
  script:
    - bundle exec rspec

rubocop:
  script:
    - bundle exec rubocop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
codat-0.1.8 .gitlab-ci.yml
codat-0.1.7 .gitlab-ci.yml