Sha256: af2b09d879a7156db9c081ce460342c2fdf49a8405a71523a0b15b2597802e48

Contents?: true

Size: 290 Bytes

Versions: 2

Compression:

Stored size: 290 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
image_size-3.4.0 .github/workflows/rubocop.yml
image_size-3.3.0 .github/workflows/rubocop.yml