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
0c1263cb78
commit
3363952a23
9
.github/workflows/rust_general.yml
vendored
9
.github/workflows/rust_general.yml
vendored
@ -20,10 +20,13 @@ jobs:
|
||||
toolchain: stable
|
||||
override: true
|
||||
components: rustfmt
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
- run: cargo fmt --all -- --check
|
||||
working-directory: frontend/rust-lib
|
||||
|
||||
with:
|
||||
path: frontend/rust-lib
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
|
||||
rust-clippy:
|
||||
runs-on: ubuntu-latest
|
||||
name: Clippy
|
||||
|
Loading…
Reference in New Issue
Block a user