Skip to content

Commit

Permalink
Activate standardrb
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Jan 3, 2025
1 parent f5cd106 commit 5ea764d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,3 +475,18 @@ jobs:
shell: bash
run: |
ruby -e "require 'tiny_tds'; puts TinyTds::Gem.root_path"
standardrb:
name: standardrb
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
bundler-cache: true

- name: Check standardrb
shell: bash
run: bundle exec standardrb
1 change: 1 addition & 0 deletions tiny_tds.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'minitest-reporters', '~> 1.6.1'
s.add_development_dependency 'connection_pool', '~> 2.2.0'
s.add_development_dependency 'toxiproxy', '~> 2.0.0'
s.add_development_dependency 'standard', '~> 1.31.0'
end

0 comments on commit 5ea764d

Please sign in to comment.