Skip to content

Commit

Permalink
check cargo sort in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Nov 28, 2021
1 parent a847ea2 commit 304c0a3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
make test-linux-musl
rustfmt:
name: Rustfmt
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -142,7 +142,11 @@ jobs:
components: rustfmt
- run: cargo fmt -- --check


- name: cargo-sort
run: |
cargo install cargo-sort --force
cargo sort -c -w
sec:
name: Security audit
runs-on: ubuntu-latest
Expand Down

0 comments on commit 304c0a3

Please sign in to comment.