Skip to content

Commit

Permalink
Update backend_general.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy authored Dec 1, 2021
1 parent 8f582fa commit 76c1cd7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/backend_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/


0 comments on commit 76c1cd7

Please sign in to comment.