Sha256: f8cd516c61eac5f411aad2813c3daaf38a915d5cbe7e198b1ce00d6ede6e1e53

Contents?: true

Size: 492 Bytes

Versions: 34

Compression:

Stored size: 492 Bytes

Contents

name: Ruby

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

  pull_request:

jobs:
  build:
    runs-on: ubuntu-latest
    name: Ruby ${{ matrix.ruby }}
    strategy:
      matrix:
        ruby:
          - '<%= RUBY_VERSION %>'

    steps:
    - uses: actions/checkout@v3
    - 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

34 entries across 34 versions & 2 rubygems

Version Path
bundler-2.3.27 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.3.27 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.3.26 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.3.26 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.3.25 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.3.25 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.3.24 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.3.24 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.3.23 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.3.23 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.3.22 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.3.22 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.3.21 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.3.21 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.3.20 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.3.20 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.3.19 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.3.19 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.3.18 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.3.18 lib/bundler/templates/newgem/github/workflows/main.yml.tt