From b83ff2c3c515ab65570c93665f5e1143562f79f7 Mon Sep 17 00:00:00 2001 From: "AppFlowy.IO" <86001920+appflowy@users.noreply.github.com> Date: Sat, 27 Nov 2021 09:58:56 +0800 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 42a8e1a8b5..1edf63c5fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,10 @@ jobs: override: true - uses: actions-rs/clippy-check@v1 with: + working-directory: frontend/rust-lib token: ${{ secrets.GITHUB_TOKEN }} args: --all-features + flutter-lint: name: flutter analyze runs-on: ubuntu-latest