ci: fix job using cargo clippy instead of cargo check#584
Conversation
|
I think we should use something like this https://github.com/marketplace/actions/rust-clippy-check |
|
I believe we can trust the action you linked @Skallwar, I'll implement the change later on :) thanks for the tip |
|
@Skallwar actually, the clippy-check action is already being used in our CI in the |
My understanding (but I might be wrong) is that the clippy-check action is used to create these nice looking warnings in the pull request window. However, we still want to run |
|
(or |
9c819c1 to
0b5c133
Compare
Closes #290