Skip to content

Commit

Permalink
Update dotnet-format-daily-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Jan 31, 2025
1 parent 567fe88 commit 0d22482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format-daily-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0d22482

Please # to comment.