subtensor icon indicating copy to clipboard operation
subtensor copied to clipboard

Add CI job for Rust checks

Open sam0x17 opened this issue 11 months ago • 0 comments

Description : We need CI jobs implemented in the subtensor repo for auto checks for rust using cargo, specifically cargo check, cargo format, and cargo fix

AC:

  • [x] CI job is implemented for all commit pushes the cargo check command
  • [x] CI job is implemented for all commit pushes the cargo format command
  • [x] CI job is implemented for all commit pushes the cargo fix command

right now part of #275, done but could be merged separately if needed

sam0x17 avatar Mar 20 '24 17:03 sam0x17