Sha256: 8a2b0ceda6426adad2a27848c51d0912248097fd2077ddc2ffea72acf6e981e7

Contents?: true

Size: 450 Bytes

Versions: 6

Compression:

Stored size: 450 Bytes

Contents

name: Ruby

on:
  push:
    branches:
      - master

  pull_request:

jobs:
  build:
    runs-on: ubuntu-latest
    name: Ruby ${{ matrix.ruby }}
    strategy:
      matrix:
        ruby:
          - '3.0.6'

    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

6 entries across 6 versions & 1 rubygems

Version Path
light-service-ext-0.1.11 .github/workflows/main.yml
light-service-ext-0.1.10 .github/workflows/main.yml
light-service-ext-0.1.9 .github/workflows/main.yml
light-service-ext-0.1.8 .github/workflows/main.yml
light-service-ext-0.1.7 .github/workflows/main.yml
light-service-ext-0.1.6 .github/workflows/main.yml