Skip to content

Commit

Permalink
Run clippy linting on dependency changes also
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jun 11, 2024
1 parent 08b2359 commit 9c414a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- .github/workflows/linting.yml
- '**/*.rs'
- Cargo.toml
- Cargo.lock
workflow_dispatch:
jobs:
clippy-linting:
Expand Down

0 comments on commit 9c414a6

Please sign in to comment.