mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 01:28:24 +00:00
Update backend_general.yml
This commit is contained in:
parent
8f582faffe
commit
76c1cd70a5
1 changed files with 0 additions and 14 deletions
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 a new issue