Sha256: c412a37e53c3e265d36f3227e7118bf10fdf56133cb3b4acbd2e4db0b660e383

Contents?: true

Size: 793 Bytes

Versions: 129

Compression:

Stored size: 793 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@v4
<%- if config[:ext] == 'rust' -%>
    - name: Set up Ruby & Rust
      uses: oxidize-rb/actions/setup-ruby-and-rust@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
        cargo-cache: true
        rubygems: '<%= ::Gem.rubygems_version %>'
<%- else -%>
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
<%- end -%>
    - name: Run the default task
      run: bundle exec rake

Version data entries

129 entries across 129 versions & 5 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/bundler-2.5.5/lib/bundler/templates/newgem/github/workflows/main.yml.tt
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/templates/newgem/github/workflows/main.yml.tt
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/templates/newgem/github/workflows/main.yml.tt
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.5.22 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.5.22 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.5.21 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.5.21 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.5.20 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.5.20 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.5.19 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.5.19 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.5.18 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.5.18 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.5.17 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.5.17 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.5.16 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.5.16 lib/bundler/templates/newgem/github/workflows/main.yml.tt
rubygems-update-3.5.15 bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt
bundler-2.5.15 lib/bundler/templates/newgem/github/workflows/main.yml.tt