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
964aec8066
commit
1239c9026e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust_general.yml
vendored
6
.github/workflows/rust_general.yml
vendored
|
|
@ -21,9 +21,9 @@ jobs:
|
|||
override: true
|
||||
components: rustfmt
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
- run: cargo fmt --all -- --check
|
||||
working-directory: frontend/rust-lib
|
||||
|
||||
rust-clippy:
|
||||
runs-on: ubuntu-latest
|
||||
name: Clippy
|
||||
|
|
|
|||
Loading…
Reference in a new issue