Skip to content

Commit

Permalink
chore(ci): disable cargo-sort
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Mar 13, 2024
1 parent f20eab8 commit 2fe8753
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-
- run: cargo clippy --all --all-features -- -D warnings
- run: cargo fmt --all -- --check
# TODO: Re-enable after bumping MSRV to 1.7.0+
#- uses: bnjbvr/cargo-machete@main
- name: Install cargo-sort
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-sort
- run: cargo sort --check
# TODO: Re-enable after bumping MSRV to 1.7.0+
# - uses: bnjbvr/cargo-machete@main
# - name: Install cargo-sort
# uses: baptiste0928/cargo-install@v1
# with:
# crate: cargo-sort
# - run: cargo sort --check

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2fe8753

Please sign in to comment.