Skip to content

Commit

Permalink
Ensure the "workspace.dependencies" table is sorted
Browse files Browse the repository at this point in the history
also, sort the dependencies
  • Loading branch information
dknopik committed Jan 14, 2025
1 parent 9389ccd commit 1aad41f
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 494 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@ jobs:
with:
channel: stable
cache-target: release
bins: cargo-sort
bins: cargo-sort, taplo-cli
- name: Run cargo sort to check if Cargo.toml files are sorted
run: cargo sort --check --workspace
run: make sort
Loading

0 comments on commit 1aad41f

Please sign in to comment.