We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081815d commit a0e7aa0Copy full SHA for a0e7aa0
.github/workflows/dotnet-format.yml
@@ -33,7 +33,7 @@ jobs:
33
run: dotnet tool install -g dotnet-format
34
35
- name: Run dotnet format
36
- run: dotnet format src\HandyControl.sln
+ run: dotnet format style src\HandyControl.sln
37
38
- name: Commit files
39
# 下面将使用机器人的账号,你可以替换为你自己的账号
0 commit comments