mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Update backend_general.yml
This commit is contained in:
parent
8f582faffe
commit
76c1cd70a5
14
.github/workflows/backend_general.yml
vendored
14
.github/workflows/backend_general.yml
vendored
@ -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/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user