Skip to content

Commit 5665e55

Browse files
committed
ci
1 parent f3c0a90 commit 5665e55

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Ruby
21-
uses: ruby/setup-ruby@master
21+
uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: '3.4'
2424
bundler-cache: true
2525
- name: Run rubocop
26-
run: |
27-
bundle exec rubocop
26+
run: bundle exec rubocop
2827

2928
test:
3029
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)