Skip to content

Commit

Permalink
Add --no-restore to "dotnet format" run
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Aug 2, 2023
1 parent 4ddd4ad commit d90a302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
dotnet-version: 7.0.304

- name: dotnet format
run: dotnet format ./Splunk.OpenTelemetry.AutoInstrumentation.sln --verify-no-changes
run: dotnet format ./Splunk.OpenTelemetry.AutoInstrumentation.sln --no-restore --verify-no-changes

0 comments on commit d90a302

Please sign in to comment.