class Integration::Danger

Public Instance Methods

run_with(config) click to toggle source
# File lib/integrations/danger.rb, line 6
def run_with(config)
  args = ['staging']
  Keepclean.logger.debug "Running with args: #{args}"
  ::Danger::Runner.run args
end