-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: fix job using cargo clippy instead of cargo check #584
base: master
Are you sure you want to change the base?
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you :)
Closes #290