We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 848264d + 26d25cf commit 6bc7d13Copy full SHA for 6bc7d13
.github/workflows/lint.yml
@@ -19,11 +19,11 @@ jobs:
19
- name: Install libyaml
20
run: sudo apt-get update -y && sudo apt-get install -y libyaml-dev
21
22
- - name: Set up Ruby 3.1
+ - name: Set up Ruby 3.3
23
uses: ruby/setup-ruby@v1
24
with:
25
bundler-cache: true
26
- ruby-version: 3.1
+ ruby-version: 3.3
27
28
- name: Lint code
29
run: bundle exec rubocop
.rubocop.yml
@@ -5,7 +5,7 @@ inherit_gem:
5
rubocop-shopify: rubocop.yml
6
7
AllCops:
8
- TargetRubyVersion: 3.0
+ TargetRubyVersion: 3.1
9
UseCache: true
10
CacheRootDirectory: tmp/rubocop
11
NewCops: enable
0 commit comments