ci: Use timelord in clippy check

This commit is contained in:
Jade Ellis 2025-05-11 20:39:50 +01:00
parent b5d2ef9a4a
commit a325dfa56a
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -65,7 +65,11 @@ jobs:
~/.cargo/registry
!~/.cargo/registry/src
key: rust-registry-${{hashFiles('**/Cargo.lock') }}
- name: Check formatting
- uses: ./.forgejo/actions/timelord
with:
key: sccache-v0
path: .
- name: Clippy
run: |
cargo clippy \
--workspace \
@ -75,4 +79,4 @@ jobs:
-D warnings
- name: Show sccache stats
run: sccache --show-stats
run: sccache --show-stats