Only run clippy on sources
This commit is contained in:
parent
f5b21d51dd
commit
691293a096
4
.github/workflows/clippy.yml
vendored
4
.github/workflows/clippy.yml
vendored
@ -2,6 +2,10 @@ name: Clippy check
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/clippy.yml'
|
||||||
|
- '**/Cargo.toml'
|
||||||
|
- '**/*.rs'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
checks: write
|
checks: write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user