Sha256: 04861f404be876e65549a6a7e206280cc6f2b8a898e3aec775f94827bd82831c

Contents?: true

Size: 376 Bytes

Versions: 5

Compression:

Stored size: 376 Bytes

Contents

name: RuboCop

on: [push, pull_request]

permissions:
  contents: read

env:
  CONSOLE_OUTPUT: XTerm

jobs:
  check:
    runs-on: ubuntu-latest
    
    steps:
    - uses: actions/checkout@v4
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ruby
        bundler-cache: true
    
    - name: Run RuboCop
      timeout-minutes: 10
      run: bundle exec rubocop

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bake-modernize-0.31.0 template/rubocop/.github/workflows/rubocop.yaml
bake-modernize-0.30.0 template/rubocop/.github/workflows/rubocop.yaml
bake-modernize-0.29.0 template/rubocop/.github/workflows/rubocop.yaml
bake-modernize-0.28.0 template/rubocop/.github/workflows/rubocop.yaml
bake-modernize-0.27.3 template/rubocop/.github/workflows/rubocop.yaml