chore: remove format / clippy / machette check as they're in autofix.yml

extract-routes
Meng Zhang 2023-11-12 14:58:39 -08:00
parent febfa18e4a
commit 52793304c0
1 changed files with 0 additions and 9 deletions

View File

@ -34,9 +34,6 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rustfmt
- name: Sccache cache
uses: mozilla-actions/sccache-action@v0.0.3
@ -54,12 +51,6 @@ jobs:
~/.cargo/registry
~/.cargo/git
- name: Cargo fmt
run: cargo +nightly fmt --check
- name: Cargo Machete
uses: bnjbvr/cargo-machete@main
- run: bash ./ci/prepare_build_environment.sh
- name: Run unit tests