diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 5b5569df8..809141f60 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -1,2 +1,13 @@ -- name: Rubocop checks - uses: gimenete/rubocop-action@1.0 +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 }} \ No newline at end of file