Sha256: 76c44c154c30ce77b0545d99faf863d772b4d7e83ec720151293a92eac462bc0

Contents?: true

Size: 363 Bytes

Versions: 4

Compression:

Stored size: 363 Bytes

Contents

on: [push, pull_request]
name: Continuous Integration
jobs:
  test:
    strategy:
      matrix:
        ruby: [2.5, 2.6, 2.7]
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true
          ruby-version: ${{ matrix.ruby }}
      - run: bundle exec rake

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
notion-ruby-client-1.0.0 .github/workflows/ci.yml
notion-ruby-client-1.0.0.pre.beta2 .github/workflows/ci.yml
notion-ruby-client-1.0.0.pre.beta1 .github/workflows/ci.yml
notion-ruby-client-0.1.0.pre.beta1 .github/workflows/ci.yml