diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 4f17a7e32..e43b9aa98 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -33,7 +33,7 @@ jobs: run: dotnet tool install -g dotnet-format - name: Run dotnet format - run: dotnet format src\HandyControl.sln + run: dotnet format style src\HandyControl.sln - name: Commit files # 下面将使用机器人的账号,你可以替换为你自己的账号