File tree Expand file tree Collapse file tree 5 files changed +44
-44
lines changed
Expand file tree Collapse file tree 5 files changed +44
-44
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- - node_modules/**/*
7- - vendor/**/*
4+ - " */node_modules/**/*"
5+ - " */vendor/**/*"
6+ - node_modules/**/*
7+ - vendor/**/*
88 NewCops : enable
99 TargetRubyVersion : 3.3
1010Layout/ClosingHeredocIndentation :
@@ -120,10 +120,10 @@ Style/StringLiterals:
120120Style/StringLiteralsInInterpolation :
121121 Enabled : false
122122require :
123- - rubocop-factory_bot
124- - rubocop-performance
125- - rubocop-rails
126- - rubocop-rake
127- - rubocop-rspec
128- - rubocop-rspec_rails
129- - rubocop-capybara
123+ - rubocop-factory_bot
124+ - rubocop-performance
125+ - rubocop-rails
126+ - rubocop-rake
127+ - rubocop-rspec
128+ - rubocop-rspec_rails
129+ - rubocop-capybara
Original file line number Diff line number Diff line change 44 "node" : " 22.5.1" ,
55 "npm" : " 10.8.2"
66 }
7- }
7+ }
You can’t perform that action at this time.
0 commit comments