Sha256: 361a95477f590ec1a9704bf58bd7e31163cff6e97d08f69266d6af1a93f4fe22

Contents?: true

Size: 327 Bytes

Versions: 2

Compression:

Stored size: 327 Bytes

Contents

name: Lint

on: [push]

jobs:
  rubocop:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: actions/setup-ruby@v1
        with:
          ruby-version: 2.6.x
      - run: |
          gem install bundler --no-document
          bundle install -j $(nproc) --quiet
          bundle exec rubocop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
external_link_to-1.0.0 .github/workflows/lint.yml
external_link_to-0.1.0 .github/workflows/lint.yml