Sha256: a141e055da57add1d6ea318012d4ae96c8ad8f437c30882498ebecc144ad4e9a

Contents?: true

Size: 448 Bytes

Versions: 7

Compression:

Stored size: 448 Bytes

Contents

name: Ruby

on:
  push:
    branches:
      - main

  pull_request:

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

    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

7 entries across 7 versions & 2 rubygems

Version Path
slob_palindrome-0.2.0 .github/workflows/main.yml
slob_palindrome-0.1.0 .github/workflows/main.yml
ykutils-0.1.7 .github/workflows/main.yml
ykutils-0.1.6 .github/workflows/main.yml
ykutils-0.1.4 .github/workflows/main.yml
ykutils-0.1.3 .github/workflows/main.yml
ykutils-0.1.1 .github/workflows/main.yml