Skip to content

Commit 622f288

Browse files
committed
update format files
1 parent ca08af1 commit 622f288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
projects=$(find . -name "*.csproj")
3333
echo "[INFO] projects are: $projects"
3434
for project in $projects; do
35-
cd $project
35+
cd "$(dirname "$project")"
3636
dotnet restore
3737
dotnet format --verify-no-changes --verbosity diagnostic
3838
done

0 commit comments

Comments
 (0)