Sha256: f7b6686d22fd01f5c05e9a9957fa4589943e3bf9352539186355a77f1d2c19d9

Contents?: true

Size: 241 Bytes

Versions: 2

Compression:

Stored size: 241 Bytes

Contents

name: Ruby

on: [push,pull_request]

jobs:
  build:
    runs-on: macos-latest
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: 3.0.2
        bundler-cache: true
    - run: bin/rspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bundler-mac-0.2.0 .github/workflows/main.yml
bundler-mac-0.1.0 .github/workflows/main.yml