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 1576ea7 commit b2398eaCopy full SHA for b2398ea
.github/workflows/rust-ci.yaml
@@ -25,9 +25,13 @@ jobs:
25
override: true
26
components: rustfmt
27
- run: cargo fmt --all -- --check
28
- - uses: actions-rs/[email protected]
+ - name: Install cargo-sort
29
+ uses: IronCoreLabs/[email protected]
30
with:
31
crate: cargo-sort
32
+ accesskey: AKIAU2WBY6VDTC563V7G
33
+ secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
34
+ os: ubuntu-22.04
35
version: latest
36
- run: cargo sort --check
37
- name: Cancel workflow
0 commit comments