We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5850e9 commit 113b2f2Copy full SHA for 113b2f2
.github/workflows/rubocop.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Ruby 3.0
15
uses: ruby/setup-ruby@v1
16
with:
17
- ruby-version: 3.0
+ ruby-version: '3.3'
18
bundler-cache: true
19
- name: Run RuboCop
20
run: bundle exec rubocop --parallel
0 commit comments