Sha256: 34107bf112d3d574ebb6681686bb756bc4234a98884c337c62a59b0c0d710c95

Contents?: true

Size: 450 Bytes

Versions: 25

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:
          - '2.7.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

25 entries across 25 versions & 5 rubygems

Version Path
attributes-mapper-0.1.4 .github/workflows/main.yml
json-path-builder-0.1.7 .github/workflows/main.yml
json-path-builder-0.1.5 .github/workflows/main.yml
json-path-builder-0.1.4 .github/workflows/main.yml
json-path-builder-0.1.3 .github/workflows/main.yml
json-path-builder-0.1.2 .github/workflows/main.yml
json-path-builder-0.1.1 .github/workflows/main.yml
light-service-ext-0.1.5 .github/workflows/main.yml
rordash-0.1.3 .github/workflows/main.yml
light-service-ext-0.1.4 .github/workflows/main.yml
attributes-mapper-0.1.2 .github/workflows/main.yml
attributes-mapper-0.1.1 .github/workflows/main.yml
attributes-mapper-0.1.0 .github/workflows/main.yml
json-path-builder-0.1.0 .github/workflows/main.yml
rordash-0.1.2 .github/workflows/main.yml
rordash-0.1.1 .github/workflows/main.yml
rordash-0.1.0 .github/workflows/main.yml
light-service-ext-0.1.3 .github/workflows/main.yml
light-service-ext-0.1.2 .github/workflows/main.yml
simple-redis-orm-0.1.3 .github/workflows/main.yml