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
|
source $HOME/.cargo/env
|
||||||
rustup toolchain install nightly
|
rustup toolchain install nightly
|
||||||
rustup default nightly
|
rustup default nightly
|
||||||
- run: rustup component add rustfmt
|
- name: Install rustfmt
|
||||||
working-directory: frontend/rust-lib
|
run: rustup component add rustfmt
|
||||||
- run: cargo fmt --all -- --check
|
- name: Rustfmt check
|
||||||
|
run: cargo fmt --all -- --check
|
||||||
working-directory: frontend/rust-lib
|
working-directory: frontend/rust-lib
|
||||||
|
|
||||||
rust-clippy:
|
rust-clippy:
|
||||||
|
Loading…
Reference in New Issue
Block a user