Browse Source

Update backend_general.yml

AppFlowy.IO 3 years ago
parent
commit
76c1cd70a5
1 changed files with 0 additions and 14 deletions
  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/
-