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 927f736 commit c8d57fdCopy full SHA for c8d57fd
1 file changed
.github/workflows/ci-cd.yml
@@ -10,6 +10,7 @@ on:
10
11
env:
12
RAILS_ENV: test
13
+ RUBY_VERSION: 3.2
14
15
permissions:
16
actions: write
@@ -36,7 +37,7 @@ jobs:
36
37
- name: Setup Ruby
38
uses: ruby/setup-ruby@v1
39
with:
- ruby-version: ${{ matrix.ruby_version }}
40
+ ruby-version: ${{ env.RUBY_VERSION }}
41
bundler-cache: true
42
- run: bundle exec erb_lint --lint-all
43
@@ -58,7 +59,7 @@ jobs:
58
59
60
61
62
63
64
- run: bundle exec rubocop
65
0 commit comments