Commit 7d54f7f
authored
ci: Fix python bindings rust code not checked (#1338)
## Which issue does this PR close?
None
## What changes are included in this PR?
While reviewing PRs related to the python bindings, I noticed that the
code formatting was incorrect and some clippy lints were not being
triggered properly.
This happened because we weren't running the checks on the correct path.
This PR addresses that issue.
Our Python friends should be happier and feel more at home with Rust
now.
## Are these changes tested?
Not needed, it's in CI.
Signed-off-by: Xuanwo <github@xuanwo.io>1 parent c79eb1b commit 7d54f7f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments