Skip to content

Commit 909b57b

Browse files
committed
[ci] Add rubocop
1 parent bd456f2 commit 909b57b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ on:
77
branches: [main]
88

99
jobs:
10+
rubocop:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v4
15+
16+
- uses: ruby/setup-ruby@v1
17+
with:
18+
ruby-version: '3.4'
19+
bundler-cache: true
20+
21+
- name: Run RuboCop
22+
run: bundle exec rubocop --parallel
23+
1024
test:
1125
runs-on: ubuntu-latest
1226

0 commit comments

Comments
 (0)