Remove cargo-sort CI job

It isn't very important and fixing it here will result in more merge conflicts.
This commit is contained in:
Jonas Platte
2025-12-26 14:39:07 +01:00
parent 5155b9bed7
commit 8eaf49e317
-18
View File
@@ -209,24 +209,6 @@ jobs:
--manifest-path ./examples/simple-router-wasm/Cargo.toml
--target wasm32-unknown-unknown
dependencies-are-sorted:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@beta
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: Install cargo-sort
run: |
cargo install cargo-sort
# Work around cargo-sort not honoring workspace.exclude
- name: Remove non-crate folder
run: rm -rf examples/async-graphql
- name: Check dependency tables
run: |
cargo sort --workspace --grouped --check
typos:
name: Spell Check with Typos
runs-on: ubuntu-24.04