Sha256: 403b6d11efcc38d3a2d162ecfc6195bb67960a7671e233da004ad2a1b8884f26

Contents?: true

Size: 531 Bytes

Versions: 6

Compression:

Stored size: 531 Bytes

Contents

name: ci

on:
  - pull_request
  - push

jobs:
  build:
    strategy:
      fail-fast: false
      matrix:
        ruby:
          - 2.7
          - 3.0
          - 3.1
          - 3.2
          - 3.3
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
      - name: Install dependencies
        run: bundle install --jobs $(nproc) --retry 3
      - name: Run rake
        run: bundle exec rake

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
tailscale_middleware-0.0.3 vendor/cache/ruby/3.4.0/gems/hashdiff-1.1.2/.github/workflows/ci.yml
cloudsmith-api-2.0.16 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/.github/workflows/ci.yml
hashdiff-1.1.2 .github/workflows/ci.yml
cloudsmith-api-2.0.15 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/.github/workflows/ci.yml
cloudsmith-api-2.0.14 vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/.github/workflows/ci.yml
hashdiff-1.1.1 .github/workflows/ci.yml