Sha256: 4a241288ac2291e9219c9f879c374f49abeeaed954dbde9b24d4fffa095590dc

Contents?: true

Size: 445 Bytes

Versions: 2

Compression:

Stored size: 445 Bytes

Contents

name: Run jobs on every PR

on:
  pull_request:

jobs:
  build:
    strategy:
      matrix:
        ruby_version:
          - 2.6
          - 2.7
          # - 3.0 # needs to upgrade fastlane and activesupport else
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version:  ${{ matrix.ruby_version }}
          bundler-cache: true
      - run: bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
deploygate-0.8.6 .github/workflows/pull_request.yml
deploygate-0.8.5 .github/workflows/pull_request.yml