-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: unused deps workflow #123
Conversation
Thanks for your contribution! @zvolin Do we want this once a day or as a CI job? I think it is safe to do it once a day. What do you think? |
I think I'd prefer this on PRs job, as it's where such unused deps can be introduced and the action could be then taken immediately. Once a day would be more suited for things like cargo audit. Nevertheless thanks for the contrib @Evalir and I'm also okay with having this periodic now |
happy to change it to run per-pr—it's a quick one |
@Evalir Yes please :) |
done :) @oblique |
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.
Thanks! I have some feedback
680f657
to
87261ac
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
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.
nice, thanks for the contribution 🎸
Closes #118
Adds an unused deps workflow that will trigger at UTC 00:00 each day, or when the workflow is dispatched manually, using cargo udeps.