Skip to content

Commit

Permalink
Testing basic dotnet format functionallity in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EliIser committed May 10, 2024
1 parent 6c3ae33 commit efeb6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
# Install latest dotnet-format
dotnet tool install -g dotnet-format --version "5.*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
dotnet restore dropbox-sdk-dotnet/
dotnet format --check --fix-whitespace --fix-style warn --fix-analyzers warn dropbox-sdk-dotnet/
dotnet format --check dropbox-sdk-dotnet/

0 comments on commit efeb6cf

Please sign in to comment.