ci: include *.rs
This commit is contained in:
parent
2600ee6cc4
commit
2901d345d6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
- event: push
|
- event: push
|
||||||
- path: "src/*"
|
- path:
|
||||||
|
include: ['*.rs']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
cargo_clippy:
|
cargo_clippy:
|
||||||
|
|
Loading…
Reference in a new issue