Sha256: 0faa4da5737702d35574b808a33a11b985f24a4a976723d3b021139fff14d891

Contents?: true

Size: 457 Bytes

Versions: 12

Compression:

Stored size: 457 Bytes

Contents

name: Ruby

on:
  push:
    branches:
      - <%= config[:git_default_branch] %>

  pull_request:

jobs:
  build:
    runs-on: ubuntu-latest

    strategy:
      matrix:
        ruby:
          - <%= RUBY_VERSION %>

    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 rake

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
rubygems-update-3.2.32 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.32 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.31 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.31 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.30 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.30 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.29 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.29 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.28 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.28 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.2.27 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.2.27 lib/bundler/templates/newgem/github/workflows/main.yml.tt