Sha256: c29066514da70afb2a977eb3b210b2284a253e4454b81ea93c4448c9a339b8d7

Contents?: true

Size: 332 Bytes

Versions: 3

Compression:

Stored size: 332 Bytes

Contents

name: RuboCop

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4

      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.3
          bundler-cache: true

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
prawn-svg-0.36.0 .github/workflows/lint.yml
prawn-svg-0.35.1 .github/workflows/lint.yml
prawn-svg-0.35.0 .github/workflows/lint.yml