Skip to content

Commit

Permalink
update net80-dotnet-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Jul 23, 2023
1 parent 240c392 commit 6ad4781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/net80-dotnet-format.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-format
name: .NET 8.0 dotnet-format

on:
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
id: commit-step
run: |
dotnet format consoleapp/consoleapp.csproj --no-restore --verbosity $DOTNET_FORMAT_VERBOSITY
dotnet format razorpageapp/razorpageapp.csproj --no-restore --verbosity $DOTNET_FORMAT_VERBOSITY
# dotnet format razorpageapp/razorpageapp.csproj --no-restore --verbosity $DOTNET_FORMAT_VERBOSITY
git checkout -b $BRANCH
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
Expand Down

0 comments on commit 6ad4781

Please sign in to comment.