tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

fix: don't install node.js when doing cargo clippy #249

Closed CjS77 closed 7 months ago

CjS77 commented 7 months ago

Node.js isn't required when running cargo clippy, and it often causes a deadlock / race for write permissions, failing the CI