From c1de3ba01b79090a76ae269862a317bb88ef4a52 Mon Sep 17 00:00:00 2001 From: "Nathan.fooo" <86001920+appflowy@users.noreply.github.com> Date: Tue, 14 Feb 2023 10:28:01 +0800 Subject: [PATCH] ci: disable eslint (#1857) --- .github/workflows/tauri_ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tauri_ci.yaml b/.github/workflows/tauri_ci.yaml index bdedeb45ef..752784ef52 100644 --- a/.github/workflows/tauri_ci.yaml +++ b/.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