Fix CI and remove factorio control (#15)

This commit is contained in:
Cooldude2606
2024-12-06 12:39:19 +00:00
committed by GitHub
parent 26d3c9788e
commit bafc8215c1
4 changed files with 1 additions and 133 deletions

View File

@@ -59,7 +59,7 @@ jobs:
endLine: .range.end.line,
col: .range.start.character,
endColumn: .range.end.character,
message: .message | gsub("\n"; "\\\\n"; "m"),
message: .message | gsub("\n"; "%0A"; "m"),
level: (if .severity <= 1 then "error" else "warning" end)
}) |
map("::\(.level) file=\(.file),line=\(.line+1),endLine=\(.line+1),col=\(.col+1),endColumn=\(.endColumn+1),title=\(.title)::\(.message) (\(.title))") | .[]'