Sha256: 5e6212de8109539859957311a8f65e0f51111de9129fc507ae3003aafe6e8033

Contents?: true

Size: 403 Bytes

Versions: 4

Compression:

Stored size: 403 Bytes

Contents

name: Ruby

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: Set up Ruby
      uses: actions/setup-ruby@v1
      with:
        ruby-versions: 2.6.5, 2.7.0, 2.5.7, 2.4.9
    - name: Build and test with Rake
      run: |
        gem install bundler -v '1.17.2'
        bundle install --jobs 4 --retry 3
        bundle exec rspec
        rubocop

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
trap-4.0 .github/workflows/ruby.yml
smart_buttons-1.0.0.1 .github/workflows/ruby.yml
smart_buttons-1.0 .github/workflows/ruby.yml
smart_buttons-0.1.0 .github/workflows/ruby.yml