Skip to content

Commit 93ef769

Browse files
authored
Github Actions: Uses rubocop --format github (#668)
1 parent 8a44866 commit 93ef769

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
bundler: latest
2020
rubygems: latest
2121

22-
- name: Set-up RuboCop Problem Matcher
23-
uses: r7kamura/rubocop-problem-matchers-action@v1
24-
2522
- name: Run rubocop
26-
run: bundle exec rubocop
23+
run: bundle exec rubocop --format github
24+
2725
test:
2826
runs-on: ubuntu-latest
2927
strategy:

0 commit comments

Comments
 (0)