Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 387 Bytes

File metadata and controls

23 lines (19 loc) · 387 Bytes

Rubocop

Example usage

jobs:
  rubocop:
    name: Rubocop
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
        with:
          fetch-depth: 1
      - name: Run Rubocop
        uses: store2be/github-actions/rubocop@master

Check it out locally

docker build -t gha-rubocop .
docker run -ti --rm --entrypoint "" gha-rubocop bash