Skip to content

Commit 03428a8

Browse files
committed
fix: remove rubocop lint job (rubocop not in gemspec dev deps)
1 parent 397d250 commit 03428a8

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,8 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
jobs:
13-
lint:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v4
17-
18-
- uses: ruby/setup-ruby@v1
19-
with:
20-
ruby-version: "3.4"
21-
bundler-cache: true
22-
23-
- name: Lint with RuboCop
24-
run: bundle exec rubocop --format github
25-
2613
test:
2714
runs-on: ubuntu-latest
28-
needs: lint
2915
strategy:
3016
fail-fast: false
3117
matrix:

0 commit comments

Comments
 (0)