class HamlLint::Reporter::GithubReporter

def added_lint(lint, report)

def added_lint(lint, report)
  if lint.severity >= report.fail_level
    print_workflow_command(lint: lint)
  else
    print_workflow_command(severity: 'warning', lint: lint)
  end
end