Skip to content

Commit 5c43b44

Browse files
committed
disable rubocop at ci
1 parent 21917e2 commit 5c43b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true
26-
- name: Run the default task
27-
run: bundle exec rake
26+
- name: Run the tests
27+
run: bundle exec rake test

0 commit comments

Comments
 (0)