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.
lint.yml
1 parent c3bdfc4 commit 26d25cfCopy full SHA for 26d25cf
.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
0 commit comments