Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: cargo-bins/cargo-binstall@main

- name: Install crates
run: cargo binstall -y cargo-deny cargo-machete cargo-sort
run: cargo binstall -y --force cargo-deny cargo-machete cargo-sort

- name: Lint
run: cargo clippy --all-features --locked
Expand All @@ -40,7 +40,7 @@ jobs:
run: cargo machete

- name: Check manifest formatting
run: cargo sort --check
run: cargo sort --workspace --check

- name: Check formatting
run: cargo fmt --all --check
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ repos:
rev: v2.0.1
hooks:
- id: cargo-sort
args: ['--workspace']