View Source GitHub.Check.Run (GitHub REST API Client v0.0.7)

Provides struct and type for CheckRun

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.Check.Run{
  app: GitHub.App.t() | nil,
  check_suite: map() | nil,
  completed_at: String.t() | nil,
  conclusion: String.t() | nil,
  deployment: GitHub.Deployment.simple() | nil,
  details_url: String.t() | nil,
  external_id: String.t() | nil,
  head_sha: String.t(),
  html_url: String.t() | nil,
  id: integer(),
  name: String.t(),
  node_id: String.t(),
  output: map(),
  pull_requests: [GitHub.PullRequest.minimal()],
  started_at: String.t() | nil,
  status: String.t(),
  url: String.t()
}