coreutils
coreutils copied to clipboard
ci: use `--workspace` when running clippy
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.