Skip to content

Commit

Permalink
Run dotnet format as part of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jun 3, 2024
1 parent 8c5b267 commit 521cf4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ jobs:
timeout-minutes: 30
working-directory: ice-demos/csharp
run: ${{ matrix.csharp_build_command }} /m msbuild/ice.proj

- name: Run .NET format
run: dotnet format --verify-no-changes "csharp/C# NET demos.sln"
if: runner.os == 'Linux'
19 changes: 0 additions & 19 deletions .github/workflows/dotnet_format.yml

This file was deleted.

0 comments on commit 521cf4e

Please sign in to comment.