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 bb8b71b commit c42f269Copy full SHA for c42f269
.github/workflows/rust-ci.yaml
@@ -27,12 +27,12 @@ jobs:
27
- run: cargo fmt --all -- --check
28
- uses: actions-rs/install@v0.1
29
with:
30
- crate: cargo-sort-ck
+ crate: cargo-sort
31
version: latest
32
- - run: cargo-sort-ck
+ - run: cargo sort --check
33
- name: Cancel workflow
34
if: failure()
35
- uses: andymckay/cancel-action@0.2
+ uses: andymckay/cancel-action@0.3
36
clippy:
37
name: Clippy
38
runs-on: ubuntu-22.04
.github/workflows/rust-daily.yaml
@@ -22,7 +22,7 @@ jobs:
22
profile: minimal
23
toolchain: ${{ matrix.toolchain }}
24
override: true
25
- - uses: Swatinem/rust-cache@v1
+ - uses: Swatinem/rust-cache@v2
26
id: rust-cache
- name: Install sccache
if: steps.rust-cache.outputs.cache-hit != 'true'
0 commit comments