ci: Don't clippy check dependancies
This commit is contained in:
parent
a325dfa56a
commit
1f57508879
1 changed files with 4 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue