Sha256: 7418d26680aa99bc6edd0384e7d572465e5201f401f384b8cfb75bb4cf68e9c8

Contents?: true

Size: 596 Bytes

Versions: 25

Compression:

Stored size: 596 Bytes

Contents

name: CI
on: [push]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
        with:
          ruby-version: 2.7
          bundler-cache: true
      - run: bundle install
      - run: bundle exec rspec
  rubocop:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
        with:
          ruby-version: 2.7
          bundler-cache: true
      - run: bundle install
      - run: bundle exec rubocop

Version data entries

25 entries across 25 versions & 8 rubygems

Version Path
vertebrae-1.0.5 .github/workflows/ci.yml
vertebrae-1.0.4 .github/workflows/ci.yml
vertebrae-1.0.2 .github/workflows/ci.yml
vertebrae-1.0.1 .github/workflows/ci.yml
vertebrae-1.0.0 .github/workflows/ci.yml
mobilize-america-client-0.4.0 .github/workflows/ci.yml
action_kit_rest-0.4.9 .github/workflows/ci.yml
upland_mobile_commons_rest-0.3.1 .github/workflows/ci.yml
upland_mobile_commons_rest-0.3.0 .github/workflows/ci.yml
application_service-0.4.1 .github/workflows/ci.yml
campact_user_service-4.1.1 .github/workflows/ci.yml
campact_user_service-4.1.0 .github/workflows/ci.yml
campact_user_service-4.0.0 .github/workflows/ci.yml
omniauth-adfs-open-id-connect-0.0.5 .github/workflows/ci.yml
omniauth-adfs-open-id-connect-0.0.4 .github/workflows/ci.yml
omniauth-adfs-open-id-connect-0.0.3 .github/workflows/ci.yml
omniauth-adfs-open-id-connect-0.0.2 .github/workflows/ci.yml
action_kit_rest-0.4.8 .github/workflows/ci.yml
upland_mobile_commons_rest-0.2.0 .github/workflows/ci.yml
action_kit_rest-0.4.7 .github/workflows/ci.yml