From c8a7fb2e2ba9b515e814b5034a9b86f6e9173bcf Mon Sep 17 00:00:00 2001 From: "AppFlowy.IO" <86001920+appflowy@users.noreply.github.com> Date: Mon, 29 Nov 2021 21:46:27 +0800 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99fdb66fdd..b0b9ca0d86 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,40 +5,6 @@ on: pull_request: branches: [main] jobs: - rust-lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - id: component - uses: actions-rs/components-nightly@v1 - with: - component: clippy - - uses: actions-rs/toolchain@v1 - with: - toolchain: ${{ steps.component.outputs.toolchain }} - override: true - - run: rustup component add clippy - working-directory: frontend/rust-lib - - run: cargo clippy - working-directory: frontend/rust-lib - - - flutter-lint: - name: flutter analyze - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - uses: subosito/flutter-action@v1 - with: - channel: "dev" - - name: flutter pub get - working-directory: frontend/app_flowy - run: flutter pub get - - name: flutter analyze - working-directory: frontend/app_flowy - run: flutter analyze - sdk-tests: runs-on: ubuntu-latest steps: