Sha256: b85c02eaf08e3e63d2506350db7871984b51a7e4c4ee3ff3bc8d649348248e67

Contents?: true

Size: 427 Bytes

Versions: 6

Compression:

Stored size: 427 Bytes

Contents

name: Rubocop

on:
  push:
    branches:
    - master
  pull_request:

jobs:
  rubocop:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: 2.7
    - name: RuboCop
      run: |
        gem install bundler
        bundle install --gemfile gemfiles/rubocop.gemfile --jobs 4 --retry 3
        bundle exec --gemfile gemfiles/rubocop.gemfile rubocop

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
ped-0.2.1 .github/workflows/rubocop.yml
ped-0.2.0 .github/workflows/rubocop.yml
metka-2.3.0 .github/workflows/rubocop.yml
ped-0.1.0 .github/workflows/rubocop.yml
metka-2.2.1 .github/workflows/rubocop.yml
metka-2.2.0 .github/workflows/rubocop.yml