Skip to content

Commit 9b911a8

Browse files
authored
Merge pull request #1727 from dotnet-campus/t/lindexi/CodeFormatter
配置代码格式化机器人只做代码样式,不更改代码逻辑
2 parents 081815d + a0e7aa0 commit 9b911a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: dotnet tool install -g dotnet-format
3434

3535
- name: Run dotnet format
36-
run: dotnet format src\HandyControl.sln
36+
run: dotnet format style src\HandyControl.sln
3737

3838
- name: Commit files
3939
# 下面将使用机器人的账号,你可以替换为你自己的账号

0 commit comments

Comments
 (0)