Sha256: 20a4184d654bd6c45e981acb86642642551e203ba7bceb773374b7c15f9ec435

Contents?: true

Size: 416 Bytes

Versions: 6

Compression:

Stored size: 416 Bytes

Contents

name: Ruby

on: [push,pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby:
          - '2.7'
          - '3.0'
          - '3.1'
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - name: Run the default task
      run: bundle exec rspec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rspec-all_records_validator-0.1.0 .github/workflows/main.yml
rspec-all_records_validator-0.0.9 .github/workflows/main.yml
rspec-all_records_validator-0.0.8 .github/workflows/main.yml
rspec-all_records_validator-0.0.7 .github/workflows/main.yml
rspec-all_records_validator-0.0.6 .github/workflows/main.yml
rspec-all_records_validator-0.0.5 .github/workflows/main.yml