Skip to main content
Dotset CLI API Documentation / index / createGitHubAnnotation

Function: createGitHubAnnotation()

function createGitHubAnnotation(
   level, 
   message, 
   options): void;
Defined in: src/shield/ci/index.ts:616 Create GitHub annotation

Parameters

level

"error" | "warning" | "notice"

message

string

options

col?

number

endColumn?

number

endLine?

number

file?

string

line?

number

title?

string

Returns

void