Update rust_general.yml

This commit is contained in:
AppFlowy.IO
2021-11-29 21:55:28 +08:00
committed by GitHub
parent 964aec8066
commit 1239c9026e

View File

@ -21,9 +21,9 @@ jobs:
override: true override: true
components: rustfmt components: rustfmt
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: - run: cargo fmt --all -- --check
command: fmt working-directory: frontend/rust-lib
args: --all -- --check
rust-clippy: rust-clippy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Clippy name: Clippy