Sha256: c56374dabb73242e8be890711337444ae4c275ac414a9f6e4c1ab4a5fc662cac

Contents?: true

Size: 450 Bytes

Versions: 4

Compression:

Stored size: 450 Bytes

Contents

name: Lint Ruby

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: Lint Ruby code with 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

4 entries across 4 versions & 2 rubygems

Version Path
arsenic-0.0.2 lib/arsenic/templates/newgem/.github/workflows/rubocop.yml.tt
arsenic-0.0.1 lib/arsenic/templates/newgem/.github/workflows/rubocop.yml.tt
active_delivery-0.4.4 .github/workflows/rubocop.yml
active_delivery-0.4.3 .github/workflows/rubocop.yml