Update backend_general.yml

This commit is contained in:
AppFlowy.IO 2021-12-01 23:44:38 +08:00 committed by GitHub
parent 8f582faffe
commit 76c1cd70a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/