diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 52ba9c6..bbedff4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -32,6 +32,8 @@ jobs: - name: Restore dependencies if: steps.cache-nuget.outputs.cache-hit != 'true' run: dotnet restore + - name: Check code formatting + run: dotnet format --no-restore --verify-no-changes -v diag - name: Build run: dotnet build --no-restore - name: Test