File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : git-fame
2
2
3
- on : [push]
3
+ on : [push, pull_request ]
4
4
5
5
concurrency :
6
6
group : ${{ github.workflow }}-${{ github.ref }}
22
22
uses : ruby/setup-ruby@v1
23
23
with :
24
24
bundler-cache : true
25
- ruby-version : 3.3.0
25
+ ruby-version : 3.1.4
26
26
27
27
- name : Run Rubocop
28
28
run : bundle exec rubocop
@@ -116,8 +116,7 @@ jobs:
116
116
uses : ruby/setup-ruby@v1
117
117
with :
118
118
bundler-cache : true
119
- ruby-version : 3.3.0
120
-
119
+ ruby-version : 3.3.6
121
120
- name : Setup git
122
121
run : |
123
122
git config --global user.email "actions@github.com"
Original file line number Diff line number Diff line change 5
5
- rubocop-md
6
6
7
7
AllCops :
8
- TargetRubyVersion : 3.3
8
+ TargetRubyVersion : 3.1
9
9
NewCops : enable
10
10
Exclude : ['vendor/**/*']
11
11
You can’t perform that action at this time.
0 commit comments