package current_github

  1. Overview
  2. Docs
type t

GitHub commit context status type.

type state = [
  1. | `Error
  2. | `Failure
  3. | `Pending
  4. | `Success
]
val v : ?description:string -> ?url:Uri.t -> state -> t