Explorar o código

Update rust_general.yml

AppFlowy.IO %!s(int64=3) %!d(string=hai) anos
pai
achega
1239c9026e
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .github/workflows/rust_general.yml

+ 3 - 3
.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