mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-05 03:37:04 +01: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:
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- '**/*.rs'
|
||||
- 'Cargo.toml'
|
||||
- 'Cargo.lock'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
Loading…
x
Reference in New Issue
Block a user