Update rust_general.yml

This commit is contained in:
AppFlowy.IO 2021-12-01 11:03:52 +08:00 committed by GitHub
parent f22cf6349b
commit e763525c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
with:
toolchain: nightly
override: true
- run: rustup component add clippy
working-directory: frontend/rust-lib
- run: cargo clippy