Sha256: 9682d9f8161a81d228f3259bdc1c86b8a250250a8df6a37cce8faa07bd2f195e

Contents?: true

Size: 419 Bytes

Versions: 3

Compression:

Stored size: 419 Bytes

Contents

name: Lint
on: [push]
jobs:
  rubocop:
    name: rubocop
    runs-on: ubuntu-20.04

    steps:
      - uses: actions/checkout@master
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: 2.6
          bundler-cache: true
        env:
          BUNDLE_WITHOUT: development
          BUNDLE_JOBS: 4
          BUNDLE_RETRY: 3

      - name: Run rubocop
        run: bundle exec rubocop --parallel --color

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
msgr-1.3.2 .github/workflows/lint.yml
msgr-1.3.1 .github/workflows/lint.yml
msgr-1.3.0 .github/workflows/lint.yml