diff --git a/.github/workflows/main-build-test-publish.yaml b/.github/workflows/main-build-test-publish.yaml index e290caba1..0274929de 100644 --- a/.github/workflows/main-build-test-publish.yaml +++ b/.github/workflows/main-build-test-publish.yaml @@ -20,6 +20,7 @@ jobs: run: | dotnet tool restore dotnet restore + dotnet format whitespace --verbosity d dotnet build - name: Build Docker Images