소스 검색

Update rust_general.yml

AppFlowy.IO 3 년 전
부모
커밋
1239c9026e
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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