Class: Avm::Tools::Runner::Git::Subrepo::Check

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/tools/runner/git/subrepo/check.rb

Instance Method Summary collapse

Instance Method Details

#runObject



21
22
23
24
25
26
27
# File 'lib/avm/tools/runner/git/subrepo/check.rb', line 21

def run
  subrepo_checks.show_result
  return if parsed.no_error?
  return unless subrepo_checks.result.error?

  fatal_error 'Failed'
end