File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -573,3 +573,18 @@ jobs:
573573 shell : bash
574574 run : |
575575 ruby -e "require 'tiny_tds'; puts TinyTds::Gem.root_path"
576+
577+ standardrb :
578+ name : standardrb
579+ runs-on : ubuntu-22.04
580+ steps :
581+ - uses : actions/checkout@v4
582+
583+ - uses : ruby/setup-ruby@v1
584+ with :
585+ ruby-version : " 2.7"
586+ bundler-cache : true
587+
588+ - name : Check standardrb
589+ shell : bash
590+ run : bundle exec standardrb
Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ Gem::Specification.new do |s|
2929 s . add_development_dependency 'minitest-reporters' , '~> 1.6.1'
3030 s . add_development_dependency 'connection_pool' , '~> 2.2.0'
3131 s . add_development_dependency 'toxiproxy' , '~> 2.0.0'
32+ s . add_development_dependency 'standard' , '~> 1.31.0'
3233end
You can’t perform that action at this time.
0 commit comments