Skip to content

Commit c8d57fd

Browse files
committed
removed matrices from linting jobs
1 parent 927f736 commit c8d57fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
env:
1212
RAILS_ENV: test
13+
RUBY_VERSION: 3.2
1314

1415
permissions:
1516
actions: write
@@ -36,7 +37,7 @@ jobs:
3637
- name: Setup Ruby
3738
uses: ruby/setup-ruby@v1
3839
with:
39-
ruby-version: ${{ matrix.ruby_version }}
40+
ruby-version: ${{ env.RUBY_VERSION }}
4041
bundler-cache: true
4142
- run: bundle exec erb_lint --lint-all
4243

@@ -58,7 +59,7 @@ jobs:
5859
- name: Setup Ruby
5960
uses: ruby/setup-ruby@v1
6061
with:
61-
ruby-version: ${{ matrix.ruby_version }}
62+
ruby-version: ${{ env.RUBY_VERSION }}
6263
bundler-cache: true
6364
- run: bundle exec rubocop
6465

0 commit comments

Comments
 (0)