Sha256: 84bc5713da0346102106cddaf5e8965b4e24259a907c4881f7656c83fa5c2fe3

Contents?: true

Size: 487 Bytes

Versions: 13

Compression:

Stored size: 487 Bytes

Contents

name: Quality audit

on: [pull_request]

jobs:
  rubocop:
    name: rubocop
    runs-on: ubuntu-latest
    steps:
      - name: Check out code
        uses: actions/checkout@v3
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.1
          bundler-cache: true
      - name: Run Rubocop
        uses: reviewdog/action-rubocop@v2
        with:
          github_token: ${{ secrets.github_token }}
          rubocop_version: gemfile
          reporter: github-pr-check

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rubocop-codeur-0.9.8 .github/workflows/quality.yml
rubocop-codeur-0.9.5 .github/workflows/quality.yml
rubocop-codeur-0.9.4 .github/workflows/quality.yml
rubocop-codeur-0.9.3 .github/workflows/quality.yml
rubocop-codeur-0.9.2 .github/workflows/quality.yml
rubocop-codeur-0.9.1 .github/workflows/quality.yml
rubocop-codeur-0.9.0 .github/workflows/quality.yml
rubocop-codeur-0.8.1 .github/workflows/quality.yml
rubocop-codeur-0.8.0 .github/workflows/quality.yml
rubocop-codeur-0.7.4 .github/workflows/quality.yml
rubocop-codeur-0.7.3 .github/workflows/quality.yml
rubocop-codeur-0.7.1 .github/workflows/quality.yml
rubocop-codeur-0.7.0 .github/workflows/quality.yml