Sha256: 743dd9dc8a4af83134fc331a1e479f6c98c8de21afaca1f88916c800c4cee32f

Contents?: true

Size: 470 Bytes

Versions: 8

Compression:

Stored size: 470 Bytes

Contents

name: RuboCop

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v3
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        bundler-cache: true
    - name: Install gems
      run: |
        bundle config path vendor/bundle
        bundle config set without 'default development test'
        bundle install --jobs 4 --retry 3
    - name: Run RuboCop
      run: bundle exec rubocop --parallel

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shopify_app-22.5.1 .github/workflows/rubocop.yml
shopify_app-22.5.0 .github/workflows/rubocop.yml
shopify_app-22.4.0 .github/workflows/rubocop.yml
shopify_app-22.3.1 .github/workflows/rubocop.yml
shopify_app-22.3.0 .github/workflows/rubocop.yml
shopify_app-22.2.1 .github/workflows/rubocop.yml
shopify_app-22.2.0 .github/workflows/rubocop.yml
shopify_app-22.1.0 .github/workflows/rubocop.yml