Update rust_general.yml

This commit is contained in:
AppFlowy.IO 2021-12-01 10:31:50 +08:00 committed by GitHub
parent 841d5e6fd0
commit 079f18d727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,10 @@ jobs:
source $HOME/.cargo/env
rustup toolchain install nightly
rustup default nightly
- run: rustup component add rustfmt
working-directory: frontend/rust-lib
- run: cargo fmt --all -- --check
- name: Install rustfmt
run: rustup component add rustfmt
- name: Rustfmt check
run: cargo fmt --all -- --check
working-directory: frontend/rust-lib
rust-clippy: