Skip to content

Commit b326e58

Browse files
committed
fix dotnet format
1 parent 5330bbb commit b326e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515

1616
- run: dotnet tool install -g dotnet-format
1717

18-
- run: dotnet format --folder ./ --dry-run --check
18+
- run: dotnet format ./ --folder --check --exclude **/AddFormats/

0 commit comments

Comments
 (0)