Sha256: a2f67b549cee127b3d7fec771ad31dd8f60649ca331535ccc2260ae011ebbc93

Contents?: true

Size: 536 Bytes

Versions: 5

Compression:

Stored size: 536 Bytes

Contents

name: Ruby

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby-version: ['2.6.2', '2.7.1', '3.0.1']

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
        bundler-cache: true
    - name: Run rake tests
      run: bundle exec rake test
    - name: Run rubocop
      run: bundle exec rubocop

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
schemacop-3.0.16 .github/workflows/ruby.yml
schemacop-3.0.15 .github/workflows/ruby.yml
schemacop-3.0.14 .github/workflows/ruby.yml
schemacop-3.0.13 .github/workflows/ruby.yml
schemacop-3.0.12 .github/workflows/ruby.yml