Skip to content

RuboCop Annotate Action

Actions
GitHub Action for creating annotations from RuboCop results
v0.1.0
Latest
Star (6)

Annotate RuboCop GitHub Action

GitHub Action for creating annotations from RuboCop results

Usage

name: Rubocop

on: push

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

RuboCop Annotate Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action for creating annotations from RuboCop results
v0.1.0
Latest

RuboCop Annotate Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.