Sha256: bb99162a58c59718dd179881a80dcd7ea8f22a7abd88c732c01ada7798812118

Contents?: true

Size: 333 Bytes

Versions: 5

Compression:

Stored size: 333 Bytes

Contents

on: [push, pull_request]
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

5 entries across 5 versions & 1 rubygems

Version Path
notion-ruby-client-0.0.8 .github/workflows/ci.yml
notion-ruby-client-0.0.7 .github/workflows/ci.yml
notion-ruby-client-0.0.6 .github/workflows/ci.yml
notion-ruby-client-0.0.5 .github/workflows/ci.yml
notion-ruby-client-0.0.4 .github/workflows/ci.yml