mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
Update rust_general.yml
This commit is contained in:
parent
f22cf6349b
commit
e763525c58
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust_general.yml
vendored
6
.github/workflows/rust_general.yml
vendored
|
|
@ -31,9 +31,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
- run: rustup component add clippy
|
- run: rustup component add clippy
|
||||||
working-directory: frontend/rust-lib
|
working-directory: frontend/rust-lib
|
||||||
- run: cargo clippy
|
- run: cargo clippy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue