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