Skip to content

Commit

Permalink
Adding some logs to diagnose lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
EliIser committed May 13, 2024
1 parent 426e2d3 commit cbcd710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,7 @@ jobs:
run: |
# 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 format --version
dotnet --version
dotnet restore dropbox-sdk-dotnet/
dotnet format --check --fix-whitespace --fix-style warn --fix-analyzers warn dropbox-sdk-dotnet/

0 comments on commit cbcd710

Please sign in to comment.