diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e00c8c7..d9b440e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,17 @@ 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: Checkout + uses: actions/checkout@v4 + - name: Install cargo-sort + run: cargo install cargo-sort + - name: Run check + run: cargo sort --workspace --check + semver-checks: runs-on: ubuntu-latest steps: