mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
only run rust lint on rs files
This commit is contained in:
parent
83d88f7a1b
commit
ad9d1662da
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -3,6 +3,10 @@ name: Rust Checks
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
|
paths:
|
||||||
|
- '**/*.rs'
|
||||||
|
- 'Cargo.toml'
|
||||||
|
- 'Cargo.lock'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in New Issue
Block a user