Skip to content

Commit 8348afd

Browse files
committed
fixup! Add github output-format for GitHub Actions.
1 parent 87981ca commit 8348afd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FSharp.Analyzers.Cli/Program.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ let printMessagesInGitHubFormat (codeRoot : Uri) (msgs: AnalyzerMessage list) =
343343
|> ignore
344344
)
345345

346+
// No category name because GitHub needs the annotation type to be the first
347+
// element on each line.
346348
let msgLogger = factory.CreateLogger("")
347349

348350
msgs

0 commit comments

Comments
 (0)