Sha256: 9c0ede88bbed73eacfad27e7a2642581fe1a794a988fc953c3724002f8aece8b

Contents?: true

Size: 292 Bytes

Versions: 4

Compression:

Stored size: 292 Bytes

Contents

name: rubocop
on:
  push:
  pull_request:
  schedule:
  - cron: 45 4 * * 3
jobs:
  rubocop:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: '3.1'
        bundler-cache: true
    - run: bundle exec rubocop

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
image_size-3.2.0 .github/workflows/rubocop.yml
image_size-3.1.0 .github/workflows/rubocop.yml
image_size-3.0.2 .github/workflows/rubocop.yml
in_threads-1.6.0 .github/workflows/rubocop.yml