We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cbd218 + 07474a5 commit f5136eeCopy full SHA for f5136ee
.github/workflows/dotnet-format.yml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet tool install -g dotnet-format
26
27
- name: Run dotnet format
28
- run: dotnet format . -f
+ run: dotnet format
29
30
- name: Commit files
31
# 下面将使用机器人的账号,你可以替换为你自己的账号
0 commit comments