ci: Don't clippy check dependancies

This commit is contained in:
Jade Ellis 2025-05-20 21:15:32 +01:00
parent a325dfa56a
commit 1f57508879
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -1,8 +1,7 @@
name: Rust Formatting name: Rust Checks
on: on:
push: push:
pull_request:
jobs: jobs:
format: format:
@ -65,7 +64,8 @@ jobs:
~/.cargo/registry ~/.cargo/registry
!~/.cargo/registry/src !~/.cargo/registry/src
key: rust-registry-${{hashFiles('**/Cargo.lock') }} key: rust-registry-${{hashFiles('**/Cargo.lock') }}
- uses: ./.forgejo/actions/timelord - name: Timelord
uses: ./.forgejo/actions/timelord
with: with:
key: sccache-v0 key: sccache-v0
path: . path: .
@ -74,6 +74,7 @@ jobs:
cargo clippy \ cargo clippy \
--workspace \ --workspace \
--locked \ --locked \
--no-deps \
--profile test \ --profile test \
-- \ -- \
-D warnings -D warnings