Bruce Wayne 4 anni fa
parent
commit
df764c8e6e
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      .github/workflows/CI.yaml

+ 1 - 4
.github/workflows/CI.yaml

@@ -21,11 +21,8 @@ jobs:
       - name: Checkout code
       - name: Checkout code
         uses: actions/checkout@v2
         uses: actions/checkout@v2
 
 
-      - name: Build
-        run: dotnet build
-
       - name: Run dotnet format check
       - name: Run dotnet format check
-        run: dotnet format -wsa -v diag --check --no-restore
+        run: dotnet format -v diag --verify-no-changes
 
 
   test:
   test:
     name: Test
     name: Test