Search
Provides struct and type for RequiredWorkflow
@type t() :: %GitHub.RequiredWorkflow{ created_at: String.t(), id: number(), name: String.t(), path: String.t(), ref: String.t(), repository: GitHub.Repository.minimal(), scope: String.t(), selected_repositories_url: String.t() | nil, state: String.t(), updated_at: String.t() }