View Source GitHub.RepoRequiredWorkflow (GitHub REST API Client v0.0.8)

Provides struct and type for RepoRequiredWorkflow

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.RepoRequiredWorkflow{
  badge_url: String.t(),
  created_at: String.t(),
  html_url: String.t(),
  id: integer(),
  name: String.t(),
  node_id: String.t(),
  path: String.t(),
  source_repository: GitHub.Repository.minimal(),
  state: String.t(),
  updated_at: String.t(),
  url: String.t()
}