File tree Expand file tree Collapse file tree 5 files changed +43
-43
lines changed
Expand file tree Collapse file tree 5 files changed +43
-43
lines changed Original file line number Diff line number Diff line change 11---
22updates :
3- - directory : " /"
4- package-ecosystem : github-actions
5- schedule :
6- interval : daily
7- - directory : " /"
8- package-ecosystem : npm
9- schedule :
10- interval : daily
11- - directory : " /"
12- package-ecosystem : bundler
13- schedule :
14- interval : daily
3+ - directory : " /"
4+ package-ecosystem : github-actions
5+ schedule :
6+ interval : daily
7+ - directory : " /"
8+ package-ecosystem : npm
9+ schedule :
10+ interval : daily
11+ - directory : " /"
12+ package-ecosystem : bundler
13+ schedule :
14+ interval : daily
1515version : 2
Original file line number Diff line number Diff line change 44 name : Bundler Audit
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@v4
8- - uses : ruby/setup-ruby@v1
9- with :
10- bundler-cache : true
11- - run : bin/bundler-audit check --update
7+ - uses : actions/checkout@v4
8+ - uses : ruby/setup-ruby@v1
9+ with :
10+ bundler-cache : true
11+ - run : bin/bundler-audit check --update
1212 npm-audit :
1313 name : npm Audit
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
17- - uses : actions/setup-node@v4
18- - run : npm audit
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-node@v4
18+ - run : npm audit
1919 rspec :
2020 name : Test
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
24- - uses : ruby/setup-ruby@v1
25- with :
26- bundler-cache : true
27- - run : bin/test
23+ - uses : actions/checkout@v4
24+ - uses : ruby/setup-ruby@v1
25+ with :
26+ bundler-cache : true
27+ - run : bin/test
2828 rubocop :
2929 name : Rubocop
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
33- - uses : ruby/setup-ruby@v1
34- with :
35- bundler-cache : true
36- - run : bin/rubocop
32+ - uses : actions/checkout@v4
33+ - uses : ruby/setup-ruby@v1
34+ with :
35+ bundler-cache : true
36+ - run : bin/rubocop
3737name : CI
38- " on " : push
38+ ' on ' : push
Original file line number Diff line number Diff line change 11---
22AllCops :
33 Exclude :
4- - " **/node_modules/**/*"
5- - " **/vendor/**/*"
6- - " **/db/schema.rb"
4+ - " **/node_modules/**/*"
5+ - " **/vendor/**/*"
6+ - " **/db/schema.rb"
77 NewCops : enable
88 TargetRubyVersion : 3.0
99Layout/ClosingHeredocIndentation :
@@ -121,10 +121,10 @@ Style/StringLiterals:
121121Style/StringLiteralsInInterpolation :
122122 Enabled : false
123123plugins :
124- - rubocop-factory_bot
125- - rubocop-performance
126- - rubocop-rails
127- - rubocop-rake
128- - rubocop-rspec
129- - rubocop-capybara
130- - rubocop-rspec_rails
124+ - rubocop-factory_bot
125+ - rubocop-performance
126+ - rubocop-rails
127+ - rubocop-rake
128+ - rubocop-rspec
129+ - rubocop-capybara
130+ - rubocop-rspec_rails
Original file line number Diff line number Diff line change 44 "node" : " 24.4.1" ,
55 "npm" : " 11.4.2"
66 }
7- }
7+ }
You can’t perform that action at this time.
0 commit comments