Sha256: d3bf31612d4e7d04374f18e91b66b614e084d7c71be07c68713f8bdf647f1b7f

Contents?: true

Size: 380 Bytes

Versions: 36

Compression:

Stored size: 380 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: <%= RUBY_VERSION %>
    - name: Run the default task
      run: |
        gem install bundler -v <%= Bundler::VERSION %>
        bundle install
        bundle exec rake

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
rubygems-update-3.2.15 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.15 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.14 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.14 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.13 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.13 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.12 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.12 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.11 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.11 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.10 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.10 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.9 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.9 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.8 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.8 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.7 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.7 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.6 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.6 lib/bundler/templates/newgem/github/workflows/main.yml.tt