Sha256: 3c75d8a6cd80512e1ceb82222d64cf7af9d13016381bec6cfc4220f23a134d6a

Contents?: true

Size: 543 Bytes

Versions: 6

Compression:

Stored size: 543 Bytes

Contents

name: Rubocop

on:
  push:
    branches:
      - '*'
  pull_request:
    branches:
      - '*'

jobs:
  rubocop:
    name: Rubocop
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-ruby@v1
        with:
          ruby-version: '3.0'
      - run: gem install rubocop --no-doc
      - run: rubocop --format progress --format json --out rubocop.json
        id: rubocop
      - uses: duderman/rubocop-annotate-action@v0.1.0
        with:
          path: rubocop.json
        if: ${{ failure() }}

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
grape-entity-0.10.1 .github/workflows/rubocop.yml
grape-swagger-1.4.2 .github/workflows/rubocop.yml
grape-swagger-1.4.1 .github/workflows/rubocop.yml
grape-entity-0.10.0 .github/workflows/rubocop.yml
grape-entity-0.9.0 .github/workflows/rubocop.yml
grape-swagger-1.4.0 .github/workflows/rubocop.yml