From 0d22482083f1a303e68d74a7a1c0b032d654c080 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Sat, 1 Feb 2025 01:08:47 +0800 Subject: [PATCH] Update dotnet-format-daily-main.yml --- .github/workflows/dotnet-format-daily-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-format-daily-main.yml b/.github/workflows/dotnet-format-daily-main.yml index 789f020b1c2d..5cfccef0c6ec 100644 --- a/.github/workflows/dotnet-format-daily-main.yml +++ b/.github/workflows/dotnet-format-daily-main.yml @@ -23,7 +23,7 @@ jobs: dotnet-version: 8.x - name: Run dotnet format - run: dotnet format .\Microsoft.Maui.sln --no-restore --exclude Templates/src BlazorWebView/src/SharedSource/BlazorWebViewDeveloperTools.cs BlazorWebView/src/SharedSource/BlazorWebViewServiceCollectionExtensions.cs Graphics/src/Graphics.Win2D/W2DCanvas.cs Graphics/src/Graphics.Win2D/W2DExtensions.cs + run: dotnet format .\Microsoft.Maui.sln --no-restore --exclude Templates/src --exclude-diagnostics CA1822 - name: Commit files if: steps.format.outputs.has-changes == 'true'