Skip to content

Commit

Permalink
CI/fmt: use check-format instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Feb 3, 2025
1 parent 3237e89 commit 90d21c6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ jobs:
with:
rust_toolchain_version: ${{ matrix.rust_toolchain_version }}

- name: Run cargo fmt
run: |
make format
- name: Install cargo-sort
run: cargo install cargo-sort

- name: Check Cargo.toml Sorting
run: cargo sort --check
- name: Check formatting related to Rust code
run: |
make check-format

0 comments on commit 90d21c6

Please sign in to comment.