Skip to content

Commit

Permalink
only run rust lint on rs files
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Sep 18, 2024
1 parent 83d88f7 commit ad9d166
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Rust Checks
on:
pull_request:
branches: ["main"]
paths:
- '**/*.rs'
- 'Cargo.toml'
- 'Cargo.lock'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit ad9d166

Please sign in to comment.