Skip to content

Commit f5136ee

Browse files
authored
Merge pull request #120 from dotnet-campus/t/lindexi/CodeFormat
修复格式化机器人
2 parents 7cbd218 + 07474a5 commit f5136ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet tool install -g dotnet-format
2626

2727
- name: Run dotnet format
28-
run: dotnet format . -f
28+
run: dotnet format
2929

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

0 commit comments

Comments
 (0)