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
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
- run: cargo fmt --all -- --check
|
with:
|
||||||
working-directory: frontend/rust-lib
|
path: frontend/rust-lib
|
||||||
|
command: fmt
|
||||||
|
args: --all -- --check
|
||||||
|
|
||||||
rust-clippy:
|
rust-clippy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Clippy
|
name: Clippy
|
||||||
|
Loading…
Reference in New Issue
Block a user