Skip to content
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: dev udeps #10855

Merged
merged 4 commits into from
Sep 16, 2024
Merged

ci: dev udeps #10855

merged 4 commits into from
Sep 16, 2024

Conversation

greged93
Copy link
Contributor

Adds an execution of udeps to the CI lint workflow in order to verify if we have any unused dependencies.

This should normally only catch unused dev-dependencies because the warn(unused_crate_dependencies) lint is active for cfg(not(test)).

Resolves #10817.

.github/workflows/lint.yml Outdated Show resolved Hide resolved
@greged93
Copy link
Contributor Author

I think this works with binstall, let me know if you want to change something

@mattsse mattsse added this pull request to the merge queue Sep 16, 2024
Merged via the queue into paradigmxyz:main with commit 56fb18b Sep 16, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enforce no unused dev-deps in CI
3 participants