coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

ci: use `--workspace` when running clippy

Open cakebaker opened this issue 1 year ago • 2 comments

https://github.com/uutils/coreutils/issues/6475 and https://github.com/uutils/coreutils/issues/6478 show that we don't catch some clippy warnings in our CI. This PR uses --workspace when running clippy to hopefully fix this issue. With this fix, the lint jobs in the CI should currently fail.

cakebaker avatar Jun 18 '24 07:06 cakebaker