Skip to content

Commit

Permalink
CI for cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Dec 13, 2023
1 parent 0981529 commit 202eef4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ jobs:
# Edit this file to tweak the typo list and other configuration.
run: codespell --config .codespellrc

cargo-toml-sorted:
name: Check Cargo.toml is sorted
runs-on: ubuntu-latest
steps:
- name: Install cargo-sort
run: cargo install cargo-sort
- name: Run check
run: cargo sort

semver-checks:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 202eef4

Please sign in to comment.