Skip to content

Commit c37b6d2

Browse files
committed
First pass of rubocop -a
1 parent b7616d1 commit c37b6d2

File tree

14 files changed

+964
-69
lines changed

14 files changed

+964
-69
lines changed

.github/actions/ci/action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: CI Workflow
2-
description: 'Shared CI workflow.'
2+
description: "Shared CI workflow."
33
inputs:
44
ruby-version:
5-
description: 'The version of ruby to setup and run'
5+
description: "The version of ruby to setup and run"
66
required: true
77

88
runs:
@@ -26,6 +26,10 @@ runs:
2626
shell: bash
2727
run: bundle _2.2.10_ exec rspec spec
2828

29+
- name: Run RuboCop
30+
shell: bash
31+
run: bundle exec rubocop --parallel
32+
2933
- name: Run contract tests
3034
if: ${{ !startsWith(inputs.ruby-version, 'jruby') }}
3135
shell: bash

0 commit comments

Comments
 (0)