diff --git a/.github/workflows/dotnet-format-daily.yml b/.github/workflows/dotnet-format-daily.yml index 71ed638048..9af02cc26e 100644 --- a/.github/workflows/dotnet-format-daily.yml +++ b/.github/workflows/dotnet-format-daily.yml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.head_ref }} - name: Run dotnet format - run: dotnet format ./src --folder + run: dotnet format Microsoft.Maui.sln - name: Commit files if: steps.format.outputs.has-changes == 'true'