Sha256: df0812e7dfba9b876a5f8644d693014385818d5f2ec65f194652bcbb7e1a6470

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

name: rubocop
on:
  push:
  pull_request:
  schedule:
  - cron: 45 4 * * 2
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

1 entries across 1 versions & 1 rubygems

Version Path
image_optim-0.31.3 .github/workflows/rubocop.yml