MCPcopy Create free account
hub / github.com/DFHack/dfhack / github_actions_workflow_command

Method github_actions_workflow_command

ci/lint.py:68–70  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

66 return '%s: %s' % (self.message, format_lines(self.lines, self.total_lines))
67
68 def github_actions_workflow_command(self, filename):
69 first_line = self.lines[0] if self.lines else 1
70 return '::error file=%s,line=%i::%s' % (filename, first_line, self)
71
72class Linter(object):
73 ignore = False

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected