Skip to content

Commit 7976f90

Browse files
committed
CI: Run rubocop
1 parent 96eddbf commit 7976f90

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ env:
1010
BUNDLE_WITHOUT: release
1111

1212
jobs:
13+
rubocop:
14+
env:
15+
BUNDLE_WITHOUT: release
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v4
19+
- name: Install Ruby ${{ matrix.ruby }}
20+
uses: ruby/setup-ruby@v1
21+
with:
22+
ruby-version: "3.3"
23+
bundler-cache: true
24+
- name: Run Rubocop
25+
run: bundle exec rake rubocop
1326
test:
1427
runs-on: ubuntu-latest
1528
strategy:

0 commit comments

Comments
 (0)