Skip to content

Github Action to Lint your Ruby code in parallel to your builds (Ruby 2.6.5)

License

Notifications You must be signed in to change notification settings

dockwa/github-actions-rubocop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Action: Rubocop

Lint your Ruby code in parallel to your builds.

How it works

  • Ruby 2.6.3
  • Rubocop + Rubocop Performance

Instructions

In order to use this action you will need to specify the $GITHUB_TOKEN alongside the check:

# Worflow example
name: CI
on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:

    - uses: actions/checkout@v1

    - name: Rubocop checks
        uses: dockwa/github-actions-rubocop@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

Github Action to Lint your Ruby code in parallel to your builds (Ruby 2.6.5)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 83.0%
  • Dockerfile 11.6%
  • Shell 5.4%