File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 29
29
ref : main
30
30
- uses : ruby/setup-ruby@v1
31
31
with :
32
- ruby-version : ' 3.3 '
32
+ ruby-version : ruby
33
33
bundler-cache : false
34
34
- name : Changed gems and non gem files
35
35
id : changes
Original file line number Diff line number Diff line change 35
35
ref : main
36
36
- uses : ruby/setup-ruby@v1
37
37
with :
38
- ruby-version : ' 3.3 '
38
+ ruby-version : ruby
39
39
bundler-cache : false
40
40
- name : Fetch PR information
41
41
id : pr_info
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
- uses : ruby/setup-ruby@v1
16
16
with :
17
- ruby-version : ' 3.3 '
17
+ ruby-version : ruby
18
18
bundler-cache : true
19
19
- name : ' Install dependencies'
20
20
run : ' bundle install'
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
- uses : ruby/setup-ruby@v1
19
19
with :
20
- ruby-version : ' 3.3 '
20
+ ruby-version : ruby
21
21
bundler-cache : true
22
22
- name : ' Install dependencies'
23
23
run : ' gem install rbs'
32
32
- uses : actions/checkout@v4
33
33
- uses : ruby/setup-ruby@v1
34
34
with :
35
- ruby-version : ' 3.3 '
35
+ ruby-version : ruby
36
36
bundler-cache : true
37
37
- name : Run bin/setup
38
38
run : bin/setup
64
64
- uses : actions/checkout@v4
65
65
- uses : ruby/setup-ruby@v1
66
66
with :
67
- ruby-version : ' 3.3 '
67
+ ruby-version : ruby
68
68
bundler-cache : true
69
69
- name : Run bin/setup
70
70
run : bin/setup
77
77
- uses : actions/checkout@v4
78
78
- uses : ruby/setup-ruby@v1
79
79
with :
80
- ruby-version : ' 3.3 '
80
+ ruby-version : ruby
81
81
bundler-cache : true
82
82
- name : Check .rubocop.yml
83
83
run : ruby .github/workflows/pr_bot/strict_rubocop_config.rb
Original file line number Diff line number Diff line change 27
27
ref : main
28
28
- uses : ruby/setup-ruby@v1
29
29
with :
30
- ruby-version : ' 3.3 '
30
+ ruby-version : ruby
31
31
bundler-cache : false
32
32
- name : Changed gems and non gem files
33
33
id : changes
You can’t perform that action at this time.
0 commit comments