Skip to content

Commit b2398ea

Browse files
committed
Update workflows from templates.
1 parent 1576ea7 commit b2398ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/rust-ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ jobs:
2525
override: true
2626
components: rustfmt
2727
- run: cargo fmt --all -- --check
28-
- uses: actions-rs/[email protected]
28+
- name: Install cargo-sort
29+
uses: IronCoreLabs/[email protected]
2930
with:
3031
crate: cargo-sort
32+
accesskey: AKIAU2WBY6VDTC563V7G
33+
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
34+
os: ubuntu-22.04
3135
version: latest
3236
- run: cargo sort --check
3337
- name: Cancel workflow

0 commit comments

Comments
 (0)