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

beeminder/github-actions-rubocop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Action: Rubocop

Lint your Ruby code in parallel to your builds.

How it works

  • Ruby 2.6.5
  • 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: luizfonseca/[email protected]
        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

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.0%
  • Dockerfile 11.0%
  • Shell 5.0%