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'