From a0e7aa0d924ec124d9f9c9ab1a90ed1cfd6fed2a Mon Sep 17 00:00:00 2001 From: lindexi Date: Wed, 21 May 2025 19:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BB=A3=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E6=9C=BA=E5=99=A8=E4=BA=BA=E5=8F=AA=E5=81=9A?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=B8=8D=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E4=BB=A3=E7=A0=81=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # 下面将使用机器人的账号,你可以替换为你自己的账号