Search
Provides struct and type for a Check.RunOutput
@type t() :: %GitHub.Check.RunOutput{ __info__: map(), annotations_count: integer(), annotations_url: String.t(), summary: String.t() | nil, text: String.t() | nil, title: String.t() | nil }