Sha256: 69144ccf896713392ff8fc0e57318da6a39f06333a642eef451d83a39300c157

Contents?: true

Size: 589 Bytes

Versions: 10

Compression:

Stored size: 589 Bytes

Contents

name: Ruby

on: [push,pull_request]

jobs:
  build:
    strategy:
      fail-fast: false
      matrix:
        ruby-version: [2.7.1, head]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
      with:
        submodules: true
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
    - name: Set up RBS and bundle install
      run: |
        cd rbs && bundle install && bundle exec rake parser && cd ..
        bundle install
    - name: Run the test suite
      run: |
        bundle exec rake TESTOPT=-v

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
typeprof-0.4.2 .github/workflows/main.yml
typeprof-0.4.1 .github/workflows/main.yml
typeprof-0.4.0 .github/workflows/main.yml
typeprof-0.3.0 .github/workflows/main.yml
typeprof-0.2.0 .github/workflows/main.yml
typeprof-0.1.4 .github/workflows/main.yml
typeprof-0.1.3 .github/workflows/main.yml
typeprof-0.1.2 .github/workflows/main.yml
typeprof-0.1.1 .github/workflows/main.yml
typeprof-0.1.0 .github/workflows/main.yml