From 1239c9026e0c78c602abe360889ece5909b5ede2 Mon Sep 17 00:00:00 2001 From: "AppFlowy.IO" <86001920+appflowy@users.noreply.github.com> Date: Mon, 29 Nov 2021 21:55:28 +0800 Subject: [PATCH] Update rust_general.yml --- .github/workflows/rust_general.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust_general.yml b/.github/workflows/rust_general.yml index 97860c73df..30bf87be0e 100644 --- a/.github/workflows/rust_general.yml +++ b/.github/workflows/rust_general.yml @@ -21,9 +21,9 @@ jobs: override: true components: rustfmt - uses: actions-rs/cargo@v1 - with: - command: fmt - args: --all -- --check + - run: cargo fmt --all -- --check + working-directory: frontend/rust-lib + rust-clippy: runs-on: ubuntu-latest name: Clippy