Sha256: c733f495af52ce2073fdf66f52385f5f4059eb0b5ee34292b8d5952b11e3e82d

Contents?: true

Size: 358 Bytes

Versions: 1

Compression:

Stored size: 358 Bytes

Contents

name: Rubocop

on: [push]

jobs:
  build:
    timeout-minutes: 10
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - uses: actions/setup-ruby@v1
        with:
          ruby-version: 2.6

      - name: Install dependencies
        run: |
          gem install bundler
          bundle install --local

      - run: bin/rubocop

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dotpath-0.1.0 .github/workflows/rubocop.yml