Sha256: c69418e8024e7f4764f63fe57b61fee1fde2aed350c28d87259b177462134f11

Contents?: true

Size: 348 Bytes

Versions: 4

Compression:

Stored size: 348 Bytes

Contents

name: Ruby

on: [push,pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 3.0.0
    - name: Run the default task
      run: |
        gem install bundler -v 2.2.7
        bundle install
        bundle exec rake

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
gal-1.0.0 .github/workflows/main.yml
geminer-0.1.0 .github/workflows/main.yml
strict-todo-0.0.2 .github/workflows/main.yml
strict-todo-0.0.1 .github/workflows/main.yml