Bruce Wayne 4 年之前
父節點
當前提交
df764c8e6e
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      .github/workflows/CI.yaml

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

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