summaryrefslogtreecommitdiff
path: root/.github/workflows/rubocop.yml
blob: 9e5f727ebfc23d7266716106ad3b4a6fe4e2092d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Rubocop

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Rubocop Linter Action
      uses: andrewmcodes/rubocop-linter-action@v3.0.0.rc2
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}