We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a847ea2 commit 304c0a3Copy full SHA for 304c0a3
.github/workflows/ci.yml
@@ -131,7 +131,7 @@ jobs:
131
make test-linux-musl
132
133
rustfmt:
134
- name: Rustfmt
+ name: Formatting
135
runs-on: ubuntu-latest
136
steps:
137
- uses: actions/checkout@master
@@ -142,7 +142,11 @@ jobs:
142
components: rustfmt
143
- run: cargo fmt -- --check
144
145
-
+ - name: cargo-sort
146
+ run: |
147
+ cargo install cargo-sort --force
148
+ cargo sort -c -w
149
+
150
sec:
151
name: Security audit
152
0 commit comments