Skip to content

Commit

Permalink
Merge pull request #317 from ruby-formatter/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
kzkn authored Jan 6, 2024
2 parents da3115d + 65fc9b9 commit 950d2e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/verify-sample-code
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
repos = {
"lostisland/faraday" => {
"--format" => "progress",
},
"rspec/rspec-expectations" => {},
"rspec/rspec-mocks" => {},
}

def run_command(cmd, allowed_statuses: [0])
Expand Down

0 comments on commit 950d2e3

Please sign in to comment.