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
3363952a23
commit
57f8226b38
1 changed files with 3 additions and 7 deletions
10
.github/workflows/rust_general.yml
vendored
10
.github/workflows/rust_general.yml
vendored
|
|
@ -17,15 +17,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: nightly
|
||||
override: true
|
||||
components: rustfmt
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
path: frontend/rust-lib
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
- run: cargo fmt --all -- --check
|
||||
working-directory: frontend/rust-lib
|
||||
|
||||
rust-clippy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue