Skip to content

Commit bd403e2

Browse files
committed
Activate standardrb
1 parent fbd2797 commit bd403e2

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

tiny_tds.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'
3233
end

0 commit comments

Comments
 (0)