Sha256: 3bf20b597c857c453a0a31ffe5138639367d115396afa88be90b964f83e87b6f

Contents?: true

Size: 464 Bytes

Versions: 3

Compression:

Stored size: 464 Bytes

Contents

name: Ruby

on:
  push:
    branches:
      - main

  pull_request:

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

    steps:
      - uses: actions/checkout@v4
      - 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

3 entries across 3 versions & 1 rubygems

Version Path
calliope-link-1.0.2 .github/workflows/main.yml
calliope-link-1.0.1 .github/workflows/main.yml
calliope-link-1.0.0 .github/workflows/main.yml