Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ec0d02

Browse files
Enforce formatting checks in CI
1 parentb5e41e1 commit3ec0d02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/dotnet-desktop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
with:
3333
dotnet-version:8.0.x
3434

35+
# Check formatting
36+
-name:Check formatting
37+
run:dotnet format --verify-no-changes $env:Solution_Name
38+
3539
# Execute all unit tests in the solution
3640
-name:Execute unit tests
3741
run:dotnet test --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" $env:Solution_Name

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp