Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jan 10, 2025
1 parent fad189a commit 9e0e138
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ public class GithubAnnotationOutput(ICoreService? githubActions) : IDiagnosticsO
{
public void Write(Diagnostic diagnostic)
{
if (githubActions == null) return;
if (githubActions == null)
return;
if (string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("GITHUB_ACTION")))
return;
var properties = new AnnotationProperties
Expand Down

0 comments on commit 9e0e138

Please sign in to comment.