ci: Use timelord in clippy check
This commit is contained in:
parent
b5d2ef9a4a
commit
a325dfa56a
1 changed files with 6 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue