瀏覽代碼

ci: disable eslint (#1857)

Nathan.fooo 2 年之前
父節點
當前提交
c1de3ba01b
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      .github/workflows/tauri_ci.yaml

+ 6 - 6
.github/workflows/tauri_ci.yaml

@@ -62,12 +62,12 @@ jobs:
           cargo install --force cargo-make
           cargo make appflowy-tauri-deps-tools
 
-      - name: lint
-        working-directory: frontend/appflowy_tauri
-        run: |
-          yarn --frozen-lockfile
-          yarn test:prettier
-          yarn test:code
+      # - name: lint
+      #   working-directory: frontend/appflowy_tauri
+      #   run: |
+      #     yarn --frozen-lockfile
+      #     yarn test:prettier
+      #     yarn test:code
 
       - name: build
         working-directory: frontend/appflowy_tauri