DEV: Simplify Rubocop runner for GitHub actions

Once we are happy with basic behavior, we can try adding annotations again
This commit is contained in:
David Taylor
2019-12-11 11:49:27 +00:00
parent c7c4124b82
commit e5ce2d97f6
2 changed files with 1 additions and 146 deletions

View File

@@ -122,10 +122,7 @@ jobs:
- name: Rubocop
if: env.BUILD_TYPE == 'LINT'
run: ruby script/rubocop_github_action.rb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JOB_NAME: ${{ matrix.target }}-${{ matrix.build_types }} / Rubocop
run: bundle exec rubocop .
- name: ESLint
if: env.BUILD_TYPE == 'LINT'