Skip to content

Commit 164c59f

Browse files
committed
Remove duplicated lint step
1 parent cf243ab commit 164c59f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ jobs:
2828
rubygems: 3.4.10
2929
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3030

31-
- name: Run linter
32-
if: matrix.ruby-version == '3.2' && matrix.gemfile == 'rails_7.2'
33-
run: bundle exec rubocop
34-
3531
- name: Run tests
3632
run: bundle exec rspec
3733

0 commit comments

Comments
 (0)