mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
Update rust_general.yml
This commit is contained in:
parent
841d5e6fd0
commit
079f18d727
1 changed files with 4 additions and 3 deletions
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 a new issue