Skip to content

Commit

Permalink
Restyled by standardrb
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Jan 22, 2024
1 parent 18f1414 commit a1df82c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/validate
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ invalid_services = []

DDValidate::DDService.load(GITHUB_INPUT_PATH).each do |service|
if service.errors.any?
$stderr.puts "Service #{service.name} is invalid:"
$stderr.puts service.errors.join("\n")
$stderr.puts ""
warn "Service #{service.name} is invalid:"
warn service.errors.join("\n")
warn ""

invalid_services << {
name: service.name,
Expand Down

0 comments on commit a1df82c

Please sign in to comment.