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.
1 parent 3280bf9 commit b7b3f7dCopy full SHA for b7b3f7d
.github/workflows/lint.yml
@@ -13,4 +13,5 @@ jobs:
13
uses: ruby/setup-ruby@v1
14
with:
15
bundler-cache: true
16
+ ruby-version: '3.4'
17
- run: bundle exec rubocop
.github/workflows/update.yml
@@ -15,6 +15,7 @@ jobs:
18
19
- name: Download
20
run: bundle exec rake api:download
21
- name: Update
.github/workflows/validate.yml
@@ -12,5 +12,6 @@ jobs:
12
- name: Validate
run: bundle exec rake api:validate
0 commit comments