Skip to content

Commit 10830b9

Browse files
committed
Fix cargo-sort job
1 parent 947d5e8 commit 10830b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
uses: taiki-e/cache-cargo-install-action@v2
3434
with:
3535
tool: cargo-sort
36+
37+
- name: Run cargo-sort
38+
run: |
39+
cargo sort --workspace --grouped --check \
40+
--order package,lib,features,dependencies,target,dev-dependencies,build-dependencies
3641
3742
msrv:
3843
name: Minimum Supported Rust Version / Check All Features

0 commit comments

Comments
 (0)