interface CheckRunComplete

Options for completing a check run with a conclusion.

Properties

conclusion:
"success"
| "failure"
| "neutral"
| "cancelled"
| "timed_out"
| "action_required"

Final result status of the check run.

Usage

import { type CheckRunComplete } from ".";