Sha256: a3c6c38e62498f2f10dfbaaf62f1ecc1a5a9935fd7a4323132bec9b694f0dbbc

Contents?: true

Size: 538 Bytes

Versions: 2

Compression:

Stored size: 538 Bytes

Contents

name: build
on:
  pull_request:
  push:
      branches:
        - main
jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby-version: [3.2.6]
        experimental: [false]
    steps:
      - uses: actions/checkout@v4
        with:
          show-progress: 'false'
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby-version }}
          bundler-cache: true # runs `bundle install` and caches installed gems automatically
      - run: bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fixtury-2.0.0 .github/workflows/build.yml
fixtury-1.0.1 .github/workflows/build.yml