diff --git a/github-action/index.ts b/github-action/index.ts index 388694d..1c3cebf 100644 --- a/github-action/index.ts +++ b/github-action/index.ts @@ -36,8 +36,8 @@ async function run() { { title: error.message, file: result.filePath, - startLine: error.range.start.line, - endLine: error.range.end.line, + startLine: error.range.start.line + 1, + endLine: error.range.end.line + 1, startColumn: error.range.start.character, endColumn: error.range.end.character, },