소스 검색

Update backend_general.yml

AppFlowy.IO 3 년 전
부모
커밋
76c1cd70a5
1개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  1. 0 14
      .github/workflows/backend_general.yml

+ 0 - 14
.github/workflows/backend_general.yml

@@ -152,18 +152,4 @@ jobs:
       - run: cargo clippy -- -D warnings
         working-directory: backend/
 
-  fmt:
-    name: Rustfmt
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v2
-      - uses: actions-rs/toolchain@v1
-      with:
-        toolchain: nightly
-        override: true
-      - run: rustup component add rustfmt
-        working-directory: backend/
-      - run: cargo fmt --all -- --check
-        working-directory: backend/
-