interface StartedCheckRun
extends CheckRun

A started check run with annotation streaming capabilities.

Properties

writeAnnotation: (annotation: Annotation) => Promise<void>

Write an annotation with backpressure. Waits for buffer capacity before writing.

Usage

import { type StartedCheckRun } from ".";