Skip to content

Commit

Permalink
test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tokKurumi committed May 21, 2024
1 parent afae57f commit 11a0e46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MathZ.AppHost/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma warning disable SA1124 // Do not use regions

// test github actions

Check failure on line 3 in src/MathZ.AppHost/Program.cs

View workflow job for this annotation

GitHub Actions / build

Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)

Check failure on line 3 in src/MathZ.AppHost/Program.cs

View workflow job for this annotation

GitHub Actions / build

Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)

using MathZ.AppHost;
using MathZ.Shared;
using TraceLens.Aspire;
Expand Down

0 comments on commit 11a0e46

Please sign in to comment.