interface StartedCheckRun
extends CheckRun
A started check run with annotation streaming capabilities.
writeAnnotation: (annotation: Annotation) => Promise<void>
Write an annotation with backpressure. Waits for buffer capacity before writing.